Fixed
Details
Assignee
Guillaume SmetGuillaume SmetReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Guillaume Smet
Guillaume SmetReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created August 5, 2013 at 4:44 PM
Updated October 14, 2013 at 11:53 AM
Resolved August 12, 2013 at 2:18 PM
There are several reasons for which indexing all root types in parallel turns out to be a bad idea.
number of needed jdbc connections is unpredictable
some other operations could run in parallel (index optimisation for eg)
generates a very high amount of contention without a clear benefit
Discussed on http://lists.jboss.org/pipermail/hibernate-dev/2013-August/010229.html and related to https://hibernate.atlassian.net/browse/HSEARCH-598#icft=HSEARCH-598