perf: don't concat the batches for writing posting lists#5769
perf: don't concat the batches for writing posting lists#5769
Conversation
Code ReviewThis PR removes the custom batching logic in SummaryThe PR simplifies the posting list writing code by removing the Observations
No blocking issues found. |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
…t#5769) the file writer has an internal buffer so we don't need to concat the batches, this slightly improves the indexing perf (6%) and reduces the memory footprint (-4%) --------- Signed-off-by: BubbleCal <bubble-cal@outlook.com>
…t#5769) the file writer has an internal buffer so we don't need to concat the batches, this slightly improves the indexing perf (6%) and reduces the memory footprint (-4%) --------- Signed-off-by: BubbleCal <bubble-cal@outlook.com>
the file writer has an internal buffer so we don't need to concat the batches, this slightly improves the indexing perf (6%) and reduces the memory footprint (-4%)