5.4. Specifying Transaction Batching

To improve the update performance when a full transaction durability is not required, use the following command:
# dsconf -D "cn=Directory Manager" ldap://server.example.com backend config set --txn-batch-val=value
The --txn-batch-val specifies how many transactions be batched before Directory Server commits them to the transaction log. Setting this value to a value greater than 0 causes the server to delay committing transactions until the number of queued transactions is equal to this value.