Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
New
Description
in real case,we use lucene index many documents. But some machine have not much memory.,once documents reach up to tens of billion,lucene can not start because of no enough memory. Most of the memry cost is FST;s .tip content.
So I want to pull my change on lucene core to make load FST's .tip into memory become configurable!
What do you think?
Attachments
Issue Links
- is related to
-
LUCENE-8635 Lazy loading Lucene FST offheap using mmap
- Closed
-
LUCENE-7834 BlockTree's terms index should be loaded into memory lazily
- Closed