Issue Details (XML | Word | Printable)

Key: GALAXY-100
Type: Improvement Improvement
Status: Open Open
Priority: To be reviewed To be reviewed
Assignee: Dan Diephouse
Reporter: Dan Diephouse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

Make Indexer Multithreaded

Created: 06/Feb/08 09:15 AM   Updated: 13/Aug/08 10:14 PM
Component/s: Core
Affects Version/s: 1.0-beta-1
Fix Version/s: 1.x Backlog

Time Tracking:
Not Specified

Labels:
User impact: Low
Similar Issues:


 Description  « Hide
Our indexing could be multithreaded - which will speed things up.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse added a comment - 01/May/08 06:49 PM
Well the queue isn't multithreaded, but it at least happens in a separate thread now:

http://fisheye.muleforge.org/changelog/galaxy/?cs=818

To enable multithreaded queues we need to ensure that these things execute in order. We don't need two indexes operations conflicting with each other (for instance if I save changes to an index multiple times - the last save should always win).