May 2019
Intermediate to advanced
600 pages
20h 46m
English
Hot standby (or read replicas) is the name for the PostgreSQL feature that allows us to connect to a standby node and execute read-only queries. Most importantly, hot standby allows us to run queries while the standby is being continuously updated through either file-based or streaming replication.
Hot standby allows you to offload large or long-running queries or parts of your read-only workload to the standby nodes. Should you need to switch over or failover to the standby node, your queries will keep executing during the promotion process to avoid any interruption of service.
You can add additional hot standby nodes to scale the read-only workload. There is no hard limit on the number of standby nodes, ...
Read now
Unlock full access