[hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 10

2007-06-02 Thread John Griffin
Hardy, These three settings, mergeFactor, maxMergeDocs and minMergeDocs, are critical to scalability as the number of records to index becomes very large. Currently I work with tables containing millions of records and the ability to adjust these values to balance number of index files vs. memory

Re: [hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 10

2007-06-03 Thread Hardy Ferentschik
Hi, These three settings, mergeFactor, maxMergeDocs and minMergeDocs, are critical to scalability as the number of records to index becomes very large. Currently I work with tables containing millions of records and the ability to adjust these values to balance number of index files vs. memo

Re: [hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 10

2007-06-04 Thread Emmanuel Bernard
I am not a big fan of the on-the-fly changes for merge factor and co But I agree with John, there should be 2 sets of values, one for the regular transactional indexing, and one for session.index() (we might have to adjust the clustering message to pass the type of operation along). optimi