Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
New
Description
Once flex has landed and LUCENE-1990 is done, we should improve the RAM efficiency of String and StringIndex.
The text data can be stored in native UTF8 (saves decode when loading), and as byte[] blocks (saves GC load and high RAM overhead of individual strings).
And with packed unsigned ints we can save alot for cases that don't have that many unique string values.
Attachments
Issue Links
- is blocked by
-
LUCENE-2111 Wrapup flexible indexing
- Closed
-
LUCENE-1990 Add unsigned packed int impls in oal.util
- Closed