Analytics Platforms

CDC (Change Data Capture)

English

Overview

A mechanism for detecting database changes in real time and relaying them to other systems.

Details

A mechanism that monitors a database's transaction log and detects row-level inserts, updates, and deletes in real time, streaming them to other systems. Used for data-integration pipelines and cache invalidation.

More Database terms