Live data from Hacker News

Does Postgres Scale?

dbos.dev

101–105 of 105 posts

Re: Does Postgres Scale?

#101

Earlier quoted context omitted.

Temporal is a dumpster fire, they've gotten so much VC funding (recently had D, 300M at a 5bn valuation) with ... nothing to build except ways to trap customers into their SAAS. I give them about a year or two before the wheels fall off, then it's off to Broadcom and friends. But I could be wrong as now they're not in the 'durable execution' space at all, it's 'durable execution for ai' according to their latest conf…

Maybe. But as someone who happily self hosting pretty big Temporal workloads for my day job (I inherited it from early adopters circa 2022), it definitely does not feel like a dumpster fire. It chugs along unglamorously and I enjoy working on it.

I think we have wildly different definitions of pretty big.

Re: Does Postgres Scale?

#104
post #4

Yes, you can scale it quite well vertically. But how about horizontally? It would be nice to have high availability, or even to be able to upgrade the OS and postgres itself without downtime.

Practically trivial to do in 2026 even by hand, and there are a couple of ready to use solutions that even make it automated. If you're running it in kubernetes with cloudnativepg it's even easier. The only thing it doesn't do well is master master replication which is why most of these does it scale posts mostly talk about how slow writes are. And they are pretty slow.

It all depends on the storage underneath. If you have got good storage, with CNPG you have comparable results you get on bare metal PostgreSQL.

Re: Does Postgres Scale?

#105

Earlier quoted context omitted.

Practically trivial to do in 2026 even by hand, and there are a couple of ready to use solutions that even make it automated. If you're running it in kubernetes with cloudnativepg it's even easier. The only thing it doesn't do well is master master replication which is why most of these does it scale posts mostly talk about how slow writes are. And they are pretty slow.

It all depends on the storage underneath. If you have got good storage, with CNPG you have comparable results you get on bare metal PostgreSQL.

See for example: https://infohub.delltechnologies.com/en-us/t/edb-postgres-ai...
Post reply on HN