Any target may have "plan"."options" that apply to the target itself. Any of these options parameters that do not apply to the current target are ignored.
controls whether to use multiple apply threads to improve performance
Important
false is not yet supported by the Replication Manager.
true
Boolean
true
false
planbatchsize
specifies the batch size read from the source server
8192
integer
planreadtimeout
specifies the polling timeout value in milliseconds when reading from the source server
5000
integer
pullrepl
specifies whether the target or source server engine is run
true
Boolean
true to run the target server engine
false to run the source server engine
rebuild
when false the deployment operation of the plan deploys the selected data plus the indexes
when true the deployment operation deploys the data only and rebuilds the index on the target server engine
true
Boolean
true
false
rememberlogpos
overrides the source server's KEEP_LOG option by forcing the source server to maintain the required logs
true
Boolean
true
false
synclogwrites
controls the flushing of local transaction logs to disk
false
Boolean
true
false
syncshutdown
instructs the replication agent to perform a synchronous shutdown when set to true and specified in the script as a stop action for a replication plan. Before shutdown, all changes it has read from the source server are applied.
false
Boolean
true
false
More information
The limit "source_log_number source_log_byte_offset target_log_number target_log_byte_offset" for logposition should only be used by experienced replication users or under the direct supervision of FairCom support.