recall

← recall

logical decoding term

Postgres extracting change events from the WAL

Postgres feature that turns WAL bytes into row-level change events. Foundation for CDC tools and logical replication. Requires wal_level=logical.

topics: databases, postgres, internals

references: