Tag view

#cdc

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with cdc

1 card

ETL / Data Engineering Medium Theory

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?