Skip to content

Commit 0117034

Browse files
Implement sparse LiveDocs to reduce memory by up to 8x (#15413)
1 parent 7d4e224 commit 0117034

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
@@ -225,6 +225,8 @@ Optimizations
225225

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

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

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

0 commit comments

Comments
 (0)