Hacker News new | ask | show | jobs
by zem 2182 days ago
i'm not a database person, but does postgres not scale horizontally?
1 comments

No. Read replication approaches linear horizontal scaling (though global latencies can lead to weird edge cases).

Write replication requires external products.

Specifically, Postgres extensions that add write sharding are generally either (a) non-FOSS commercial products or (b) not very well maintained.