Opened 13 years ago
Closed 13 years ago
#563 closed enhancement (fixed)
Group Indexing operations can be multithreaded
Reported by: | simonp | Owned by: | simonp |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | Catalog server | Version: | |
Keywords: | Cc: |
Description
According to the type of database in use, group indexing operations can be sped up significantly by using multiple threads (particularly Batch Import eg. 20000 records loads in approx 1200 seconds single threaded, but in approx 400 seconds with four threads).
Number of threads that can be safely used could be config'd or taken from number of processors available to JVM
Multithreaded behaviour switched off if database should not be used/does not support multiple threads (eg. Mckoi).
Note:
See TracTickets
for help on using tickets.
Patch to be forthcoming.