Compact the Data Index at Regular Intervals
Use the following procedure to compact the data index at regular intervals.
-
Open the Content component configuration file in a text editor.
- Find the
[Schedule]section. If the configuration file does not contain a[Schedule]section, add one. -
Specify the following parameters in the
[Schedule]section:-
Compact. Set toTrueto enable a compacting schedule. -
CompactTime. Specify the time (hh:mm) when you want theCompactoperation to start. -
CompactInterval. Specify the number of hours that elapse between individual compaction operations. Set to0(zero) if you want the operation to take place daily.
-
For example:
[Schedule] Compact=True CompactTime=00:00 CompactInterval=24