Actions
Feature #158
closedCache index readers and writers in !LuceneResolver
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
New lucene index readers and writers are currently created for every
transaction. This is costly, so we should provide a pool of index readers
and writers, and re-open the readers at the start of a transaction if
anything has been written since they were last (re-)opened.
Updated by ronald - over 16 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r1367.
Actions