Feature Pack 8

Enabling interim fix JR57304

Interim fix JR57304 adds the ability to disable data cache invalidation for delta di-buildindex runs.

Before you begin

Install interim fix JR57304 for Feature Pack 8.

About this task

By default, the di-buildindex command (DataImportProcessorMain) registers the following cache invalidation entries in the CACHEIVL table regardless of any delta changes.
WCT+CATGRPREL+?
WCT+CATGRPDESC+?
WCT+CATGROUP+?
WCT+SRCHATTR+?
This default setting can cause high CPU usage on the search server when the system makes frequent catalog updates.

To disable these data cache invalidations, use the parameter -skipInvalidation true when you run the di-buildindex command.

Example

di-buildindex.sh -instance instance_name -masterCatalogId masterCatalogId -fullbuild false -skipInvalidation true