Hello Jan,
Thanks for the article and suggestions.
On Fri, Nov 3, 2023 at 2:11 PM Jan Høydahl wrote:
> Hi,
>
> What's going on is Lucene doing merges of segments, and when it so does,
> all documents marked for deletion in the old segments are gone, freeing up
> space. I recommend planning for
Hi,
What's going on is Lucene doing merges of segments, and when it so does, all
documents marked for deletion in the old segments are gone, freeing up space. I
recommend planning for 2-3x more disk space than your minimum need, both for
worst-case merge, future growth and flexibility (e.g. re-
Hello,
I'm reading online that deleting items doesn't actually remove them from
disk, it merely marks them as "deleted".
And that in order to free disk space by removing deleted items, I need to
do an "optimize" or "expungeDeletes" call.
Having run a bunch of deletes on a collection, over a few