Compact the Data Index at Regular Intervals
Use the following procedure to compact the data index at regular intervals.
-
Open the IDOL 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 to
True
to enable a compacting schedule. -
CompactTime. Specify the time (
hh:mm
) when you want the Compact operation to start. -
CompactInterval. Specify the number of hours that elapse between individual compaction operations. Set to
0
(zero) if you want the operation to take place daily.
-
For example:
[Schedule] Compact=True CompactTime=00:00 CompactInterval=24