Enabling the quick start mode
IBM® Process Federation Server provides a quick start mode that allows you to partially index tasks in the ElasticSearch cluster based on a past date criteria.
About this task
When you enable the quick start mode, only the change log entries that are newer than the
specified point in time are processed by the indexers. This mode can be used to reduce the number of
tasks to index or re-index so they can be available faster. The quick start mode is available for
both the BPD and the BPEL indexers, and can be used whether an ElasticSearch cluster is already
created or not. You can enable the quick start mode by setting the date criteria in the format
yyyy-MM-dd HH:mm:ss with the attribute
skipChangeLogEntriesOlderThan for the related indexer element. The date must be
specified in UTC time, regardless of the federated system timezone that the indexer element refers
to.
- For the BPD indexer : the purge of the audit log table
PFS_BPD_CHANGE_LOG_CONSMR_LOGand the compaction of change logPFS_BPD_CHANGE_LOG. - For the BPEL indexer : the purge of the audit log table
PFS_BPEL_CHANGE_LOG_CONSMR_LOG.
synchronizeTasksAtStartup to
false.skipChangeLogEntriesOlderThan
property across all the Process Federation Server
cluster members. Likewise, you must set the same value for the
synchronizeTasksAtStartup property.