logoalt Hacker News

mannyvtoday at 1:52 AM1 replyview on HN

Postgres can scale, just like any database can scale.

The issue is there's a lot of lore and esoterica required to get it to scale.

Every time there's an issue with Postgres there's someone that's all "just do xyzzy, it's super obvious that this undocumented setting fixes it."

Just look at the slowdown/big pages problem.

If it works for you, use it.


Replies

manquertoday at 2:00 AM

> undocumented.

There is a steep learning curve sure, and there is lot of manual steps to do some critical actions perhaps.

Documentation however is the last thing I would criticize PostgreSQL for. PostgreSQL documentation is by far best amongst all databases open or closed. It is exhaustive, well maintained, well written, and quite accurate and kept up for decades - The oldest supported version (in documentation) is 6.3 released in 1998.