Change Data Capture intro Change Data Capture (CDC) is a technique used to track the changes made to data in a database, allowing you to keep track of the evolution of the data. In PostgreSQL, CDC is achieved using the logical replication feature, wh...
adam-szpilewicz.pl6 min read
No responses yet.