AdvancedVocabulary#postgresql#cdc#database#streaming

PostgreSQL Logical Decoding Vocabulary

Solidify your understanding of PostgreSQL logical decoding — replication slots, WAL senders, and change data capture patterns.

0 / 5 completed
1 / 5
A data engineer asks why the CDC pipeline missed rows. The root cause is that the replication slot wasn't created before the publisher started. What is a PostgreSQL replication slot?