[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-754) Add configuration options to control maximum size of segments

Sanne Grinovero (JIRA) noreply at atlassian.com
Fri May 13 10:52:25 EDT 2011


Add configuration options to control maximum size of segments
-------------------------------------------------------------

                 Key: HSEARCH-754
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-754
             Project: Hibernate Search
          Issue Type: New Feature
          Components: documentation, engine, optimizer
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 4.0


org.apache.lucene.index.LogByteSizeMergePolicy exposes configuration settings which are currently not selectable in Hibernate Search:
 - minMergeSize
 - maxMergeSize
 - maxMergeSizeForOptimize

being able to limit the size of a segment is very useful to get best performance out of the Infinispan Lucene Directory: performance degrades due to the need for readlocks when the size of a segment is higher than the maximum chunk size in Infinispan.

Readlocks are automatically engaged when needed, so this has no functional impact but is quite noticeable in terms of performance.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list