The number of primary database operations requested from the transaction log by the Log Reader component during each log scan operation.
1000
An integer from 25 to 2147483647.
The value of the max_ops_per_scan parameter is the maximum number of database operations that will be read from a trigger-based Replication Agent transaction log during each Log Reader scan operation.
The Log Reader component will always read at least one transaction in each scan of the transaction log, regardless of how many operations are in the transaction.
For example, if the value of the max_ops_per_scan parameter is 1000 and a transaction contains 1200 operations, the Log Reader will actually read all 1200 operations in one scan when it reads that transaction.
For information about how the max_ops_per_scan parameter affects the log-based Replication Agent for UDB, see “Read buffer size”.