Settings for Command Batching

Command Batching allows Replication Server to send multiple commands to the data server as a single command batch. When batch is off, the Replication Server sends commands to the data server one at a time. For the data servers, use this configuration:

batch = on
batch_begin = on or off

The use of on for batch_begin reduces the number of network transfers.

use_batch_markers = off 

Additional batch markers are not required.