Collection Contents Index Configuring the LTM Next PDF

SQL Anywhere® Server - Database Administration  > Replicating Data with Replication Server  > Using the LTM  > Configuring the LTM

Replicating transactions in batches


Effects of buffering transactions

The LTM allows buffering of replication commands to Replication Server. Buffering the replication commands and sending them in batches results in fewer messages being sent, and can significantly increase overall throughput, especially on high volume installations.

How batch mode works

By default, the LTM buffers transactions. The buffer flushes the transactions sent to Replication Server when the buffer:

Turning off buffering

You can turn off buffering of transactions by setting the batch_ltl_cmds parameter to off:

batch_ltl_cmds=off

Collection Contents Index Configuring the LTM Next PDF