Skip to content

Commit bec61ca

Browse files
salvatorecampagnajainankitk
authored andcommitted
Implement sparse LiveDocs to reduce memory by up to 8x (#15413)
1 parent c5a4d07 commit bec61ca

File tree

13 files changed

+1895
-13
lines changed

13 files changed

+1895
-13
lines changed

lucene/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Optimizations
9595

9696
* GITHUB#14963: Bypass HNSW graph building for tiny segments. (Shubham Chaudhary, Ben Trent)
9797

98+
* GITHUB#13084: Implement sparse LiveDocs format to reduce memory usage by up to 8x for segments with <=1% deletions. (Salvatore Campagna)
99+
98100
* GITHUB#15397: NumericComparator: immediately check whether a segment is competitive with the recorded bottom (Martijn van Groningen)
99101

100102
# GITHUB#15303: Speed up NumericUtils#{add,subtract} by operating on integers instead of bytes. (Kaival Parikh)

0 commit comments

Comments
 (0)