Loading section...

Change Data Capture

Concepts: paCdc

What They Want to Hear 'CDC reads the database's own change log to capture every insert, update, and delete. Unlike timestamp-based incremental loading, CDC catches deletes and does not miss rows that changed between runs.' That is the answer. CDC solves the two biggest weaknesses of basic incremental loading: missed deletes and missed in-between changes. The Tools to Name-Drop