What is CDC?
Change data capture records inserts, updates, and deletes from a source system so downstream systems can stay in sync.
- Reads transaction log or events
- Supports near-real-time sync
- Needs ordering and deduplication
What is CDC?
Tagged with replication
Change data capture records inserts, updates, and deletes from a source system so downstream systems can stay in sync.
What is CDC?
A primary handles writes while replicas serve copied data, often improving read scale and availability.
Primary-replica database setup