It's 2026, Just Use Postgres
41–50 of 349 posts
Re: It's 2026, Just Use Postgres
#42No thanks. In 2026 I want HA and replication out of the box without the insanity.
Re: It's 2026, Just Use Postgres
#43Re: It's 2026, Just Use Postgres
#44Caching is mentioned in the article: What do you guys feel about using PostgreSQL for caching instead of Redis? Redis is many times faster, so much that it doesn't seem comparable to me. A lot of data you can get away with just caching in-mem on each node, but when you have many nodes there are valid cases where you really want that distributed cache.
Re: It's 2026, Just Use Postgres
#45Blog posts, like academic papers, should have to divulge how AI has been used to write them.
Yes this is clearly verbatim output from an LLM. But it's perfect HN bait, really. The title is spicy enough that folks will comment without reading the article (more so than usual), and so it survives a bit longer before being flagged as slop.
Re: It's 2026, Just Use Postgres
#46Re: It's 2026, Just Use Postgres
#47I've found that Postgres consumes (by default) more disk than, for example, MySQL. And the difference is quite significant. That means more money that I have to pay every month. But, sure Postgres seems like I system that integrates a lot of subsystems, that adds a lot of complexity too. I'm just marking the bad points because you mention the good points in the post. You're also trying to sell you service, which is g…
Some people do Postgres on compressed ZFS volumes to great success.
Re: It's 2026, Just Use Postgres
#48This post is discussing more specialized databases, but why would people choose Oracle/Microsoft DB instead of Postgres? Your own experience is welcome.
I'd never advocate for a new oracle install. But, I'd likely defend an existing one. I've seen how effective pl/sql can be in complex environments. Rewriting all that sql just because "oracle man bad" (or whatever) is a huge fucking ask of any rational business owner.
Re: It's 2026, Just Use Postgres
#49Re: It's 2026, Just Use Postgres
#50Can anyone comment on whether postgres can replace full columnar DB? I see "full text search" but it feels like this is falling a little short of the full power of elastic -- but would be happy to be wrong (one less tech to remember).