Flush the Index Cache to Disk
(Applies to Content, Agentstore, DIH, and Proxy components)
The indexing process works in two stages:
- Content creates a representation of the new data in the index cache.
- Content synchronizes the cache with data that it currently contains, and stores the new data on disk, removing it from the index cache.
The Content component can be set up to automatically store index data on disk every time it finishes indexing an IDX or XML file, or to delay synchronization until the index cache is full or after a specified duration. The DelayedSync
parameter sets the delayed synchronization, and is enabled by default.
When delayed synchronization is enabled, you can flush the index cache to disk on demand using the Sync function in Knowledge Discovery Admin. This function uses the DRESYNC
action. For more information about this action and the DelayedSync
parameter, see the Content Component Help.
To flush the index cache to disk
-
In the Service Control tab in the Console page, click Sync.
A confirmation message appears.
- Click Sync.
NOTE: Index performance might be affected while the DRESYNC
action is running.