January 2019
Beginner
556 pages
14h 19m
English
Replication allows data from one database server to be replicated to another server. Replication is used mainly to achieve the following:
PostgreSQL supports replication out of the box via streaming and logical replication. Streaming replication is a master-standby replication that uses file-based log shipping. Streaming replication is a binary replication technique, ...
Read now
Unlock full access