Any performance considerations for GG replication to ADW?
Hello,
We'd like to use GoldenGate to replicate some reasonably "busy" transactional databases, to an Autonomous db configured for data warehouse workloads (ADW), rather than configured as ATP.
Are there any concerns with doing so, or special configuration requirements in GG to accomplish this?
My experience with other cloud db platforms is they don't perform well with singleton insert/update statements. They really expect that you do everything with a batch API. Maybe that is not a concern with ADW, or maybe GG can batch up several seconds' worth of individual transactions and bulk load them into ADW?
Thank you!