Enabling Full Incremental Compilation for HVAR

Set the RSFEATURE_HQ_INCR_CMPL_ON trace flag on to enable full incremental compilation for high volume adaptive replication (HVAR) to Adaptive Server replicate databases.

Log in to isql and set the RSFEATURE_HQ_INCR_CMPL_ON trace flag on to enable full incremental compilation for HVAR:
trace {"on"|"off"},rsfeature,rsfeature_hq_incr_cmpl_on
Optionally, you can enter this trace flag at the end of the Replication Server configuration file:
trace=rsfeature,rsfeature_hq_incr_cmpl_on
To deactivate the trace flag, remove this line from the configuration file .
By default, RSFEATURE_HQ_INCR_CMPL_ON is set to off. You can override the trace flag setting using the trace command in isql for the current session of a Replication Server even if the setting is different in the configuration file. However, when the Replication Server restarts, it executes the setting in the configuration file.