Re: [hibernate-dev] Search: dropping support for changes through IndexReader

2008-12-17 Thread Sanne Grinovero
there's a very good article from Michael McCandless, available for free here: http://manning.com/free/green_HotBackupsLucene.html The API looks like Directory implementation agnostic, but I didn't try it on other implementations than FS (would it make sense?). In any case it doesn't rely on a spec

Re: [hibernate-dev] Search: dropping support for changes through IndexReader

2008-12-17 Thread Emmanuel Bernard
I don't know the stability of snapshot but if it works well we certainly should move there as it releases us from the mostly useless lock code. Is snapshot Directory implementation agnostic? Or does it rely on FS? On Dec 16, 2008, at 11:18, Sanne Grinovero wrote: 2008/12/16 Hardy Ferents

Re: [hibernate-dev] How to tune the Hibernate cache for a big database table

2008-12-17 Thread Chris Bredesen
This is a question that should be asked on the forum. This list is for issues about the development *of* hibernate, not developing applications *with* Hibernate. Cheers, Chris Mariani, Renato wrote: Having a big table to mapping, I’m thinking to divide it into more different physical table

[hibernate-dev] How to tune the Hibernate cache for a big database table

2008-12-17 Thread Mariani, Renato
Having a big table to mapping, I’m thinking to divide it into more different physical table in order to be able to tune better the used cache. What do you think about it ? Is there any other possibility to find out the problem without divide the database table ? I’m thinking to database table po