What is change data capture (CDC)?
- A Identifying and extracting only the rows that changed in a source system
- B Capturing screen changes
- C Auditing user access
- D Versioning the schema
Answer
Identifying and extracting only the rows that changed in a source system
CDC avoids full extracts, dramatically reducing load on source systems and shortening pipeline run times.





