CDR_MAX_FLUSH_SIZE configuration parameter
Specifies the maximum number of replicated transactions that are applied before the logs are flushed.
- onconfig.std value
- CDR_MAX_FLUSH_SIZE 50
- default value if not present in the onconfig file
- 50
- range of values
- A positive integer that represents the maximum number of transactions to apply before the logs are flushed.
- takes effect
- After you edit your onconfig file and restart the database server.
By default, replication servers flush logs after 50 replicated transactions are applied, or after 5 seconds, whichever happens first.
If a replication server is a primary server for shared-disk secondary servers, you might want to reduce the replication latency. Set the CDR_MAX_FLUSH_SIZE configuration parameter to 1 to flush the logs after each replicated transaction.