January 2019
Beginner
556 pages
14h 19m
English
Before explaining how to set up data replication, let's quickly look at how PostgreSQL handles changes in data at the lower level.
When PostgreSQL processes a command that changes the data in the database, it writes the new data on disk to make it persistent. There are two locations on disk where the data is written (the paths are given for Linux Debian; in other operating systems the locations might be different):
Read now
Unlock full access