collection empty best practice #40832
-
Apologies in advance if this has already been addressed.
In this case, is it better to wait for automatic compaction after deleting all data, or should I manually trigger the compaction API once? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Just let it do compaction automatically, since it knows when is better to do it. No need to manually trigger it. |
Beta Was this translation helpful? Give feedback.
Just let it do compaction automatically, since it knows when is better to do it. No need to manually trigger it.