Regular Database Compaction
If datasets are frequently modified, the underlying data structures should be regularly cleaned up to ensure unused storage space is released and performance remains optimal.
By default, Accurids performs this check nightly. If needed, the behavior can be customized using the following options:
-
accurids.tdb.compaction.enabled
: Enables (true
, the default) or disables (false
) automatic dataset compaction. -
accurids.tdb.compaction.start
andaccurids.tdb.compaction.end
: Define the time window for compaction tasks, specified in HH:MM format (UTC timezone). The default time slot is from 01:00 to 04:00.