
Enabling interim fix JR57304
Interim fix JR57304 adds the ability to disable data cache invalidation for delta di-buildindex runs.
Before you begin
For information about
how to install an interim fix, see
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