Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Realtime Branch
-
None
-
New
Description
The current *BlockPool implementations aren't quite concurrent.
We really need something that has a locking flush method, where
flush is called at the end of adding a document. Once flushed,
the newly written data would be available to all other reading
threads (ie, postings etc). I'm not sure I understand the slices
concept, it seems like it'd be easier to implement a seekable
random access file like API. One'd seek to a given position,
then read or write from there. The underlying management of byte
arrays could then be hidden?
Attachments
Attachments
Issue Links
- blocks
-
LUCENE-2567 RT Terms Dictionary
- Closed
- is part of
-
LUCENE-2312 Search on IndexWriter's RAM Buffer
- Open