←back to thread

75 points markusw | 1 comments | | HN request time: 0.2s | source
Show context
JodieBenitez ◴[] No.45336233[source]
> You can just install Postgres on your single big and beefy application server (because there’s just the one when you use SQLite, scaled vertically), and run your application right next to it.

Am I getting old ? Seems obvious to me.

replies(3): >>45336534 #>>45336714 #>>45337032 #
1. markusw ◴[] No.45336714[source]
Hehe. Yes and no.

In the cloud, as you probably know, the usual way now is to spin up Postgres separately (RDS, Supabase, Planetscale, Crunchy Bridge, you name it). We've gotten so used to it that a different way of doing it is often not even considered.

But I think tooling has come a long way, and there have been a lot of learnings from the cloud, so it's time to swing the pendulum back and reconsider assumptions!