To meet a business requirement for latency, Carlos wants to break long-running source
transactions into shorter commits on the target database with the replicate parameter
MAXTRANSOPS what is the most important thing Carlos should consider before using
MAXTRANSOPS
A.
Will the sequence of operations be affected by changing transaction boundaries?
B.
Will business logic be lost if transaction boundaries are changed?
C.
Will a large number of small commits perform better than a smaller number of large
commits?
D.
Will redo buffer size on the target database be adequate for the commit size?