The way I understand it, the max scalability of Postgres is dependent upon how powerful the master n

The way I understand it, the max scalability of Postgres is dependent upon how powerful the master node is. For reads you can just add more replicas but for writes it's based on the master node's power.
Was this page helpful?