[Community 7.2.2 (Docker)]
It seems like the indexer is compacting the same index over and over again when the web UI says its fragmentation is 0 %. Multiple times in a day.
How can I say “Hey indexer, don’t do compaction until the next week” (at least) or ideally, “until the fragmentation exceeds X %”, in order not to waste CPU resource of a cloud server?
The older “Append-only” mode has a config item about fragmentation threshold but the newer “Circular write” mode which I believe I’m using doesn’t have any adaptive tuning knobs? Only cron-like schedules?
There was zero mutation to the collection in the last couple of days as I migrated my writer workload to a new collection.