-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
19 Aug 2012 at 6:55:
What steps will reproduce the problem?
- If you scan more than a million files, reporting speed is like unusable.
After evaluating how long it takes to create indexes with already a million
files inserted (only half a minute tops), I've decided to implement switching
modes. For scanning and inserting files, I will drop all indexes that can be
dropped, for reporting I will add indexes to make reporting quicker.
Reactions are currently unavailable