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).

Change History (2)

comment:1 by simonp, 13 years ago

Patch to be forthcoming.

comment:2 by simonp, 13 years ago

Resolution: fixed
Status: newclosed

Added in svn rev 8114

Note: See TracTickets for help on using tickets.