Read replica implementation in PostgreSQL
How PostgreSQL Replication Works
PostgreSQL uses physical streaming replication as its primary replication mechanism. Physical means it replicates at the storage level — raw data file changes — rather
ranjanlamsal.hashnode.dev25 min read