May 2019
Intermediate to advanced
600 pages
20h 46m
English
Logical replication allows us to stream logical data changes between two nodes. By logical, we mean streaming changes to data without referring to specific physical attributes such as a block number and row ID.
The main benefits of logical replication are as follows:
PostgreSQL 9.4 onwards provides a feature called logical decoding. This allows you to stream a set of changes out of a master server. This allows ...
Read now
Unlock full access