Hacker News new | ask | show | jobs
by HumanOstrich 486 days ago
"Just use Postgres" is as useless as any other "Just use X".

You're trying to compare using SQLite which is stored in a file on the system... with using Postgres in a container via kubernetes on the same VM? What happens when you need to move that Postgres container somewhere else? How do you scale it? If you don't, then you're just using a solution orders of magnitude more complicated than SQLite to get the same functionality and locality as SQLite.