It's 2026, Just Use Postgres
tigerdata.com
It's 2026, Just Use Postgres
1–10 of 349 posts
Re: It's 2026, Just Use Postgres
#2Re: It's 2026, Just Use Postgres
#3Re: It's 2026, Just Use Postgres
#4Re: It's 2026, Just Use Postgres
#5That being said, while I think Postgres is “the right tool for the job” in many cases, sometimes you just want (relative) simplicity, both in terms of complexity and deployment, and should use something like SQLite. I think it’s unwise to understate simplicity, and I use it to run a few medium-traffic servers (at least, medium traffic for the hardware I run it on).
Re: It's 2026, Just Use Postgres
#6Re: It's 2026, Just Use Postgres
#7I do agree, I don’t know why more people don’t just use Postgres. If I’m doing data exploration with lots of data (e.g., GIS, nD vectors), I’ll just spin up a Postgres.app on my macOS laptop, install what little I need, and it just works and is plenty fast for my needs. It’s a really great choice for a lot of domains. That being said, while I think Postgres is “the right tool for the job” in many cases, sometimes you…
Re: It's 2026, Just Use Postgres
#8Re: It's 2026, Just Use Postgres
#9Re: It's 2026, Just Use Postgres
#10The point of Redis is data structures and algorithmic complexity of operations. If you use Redis well, you can't replace it with PostgreSQL. But I bet you can't replace memcached either for serious use cases.