It has be quite few years that I have been working with GoldenGate. I am really impressed with this replication tool. Its very easy to install, manage and learn this tool. In this blog, I am writing about how to improve the performance of replicat.
As time permits , I will be adding more information regarding this topic.
Replicate can operate in three modes.
- Source mode: Transaction is applied in the same order as they occur in source database
- Normal mode: Multiple transaction are grouped together and applied.
- Batch mode: Multiple similar SQL statements from different transactions are grouped together and applied.
You get better performance with batch mode off course there are some caveats. The performance improvement is more for smaller row changes than large row changes. It basically follows law of diminishing returns where in he performance improvement decreases as the size of row change increases.
Batch mode should be avoided when the chances of data collision is more because replicat reverts back to normal mode when errors are encountered. If errors still persists , Replicat will apply transaction as they occurred in source database.
Tagged: batch mode, batchSQL, GoldenGate replicat, normal mode, source mode
… [Trackback]…
[…] There you will find 11354 more Infos: swervedba.wordpress.com/2012/02/04/improving-performance-of-goldengate-replicat/ […]…