What is CDC and how does it work post it’s implemented.
Loading
What is CDC and how does it work post it’s implemented.
Change Data Capture(CDC) - It records changes to the data in a relational database management system.
It captures insert, update, and delete operations applied to database tables and makes these changes available in a structured and timely manner.
To implement CDC,
Used in , Real-time Data Integration, Auditing and Compliance, Efficient Data Replication(without effecting transaction tables)