SQLite3
Today I Learned
Today I Learned (TIL). You learn something new every day; what did you learn today?
What about it :P? SQLite is also nice... But I rather go to PostgreSQL on production systems.
If SQLite was enough, you never used PostgreSQL in the first place. The post clearly is for cases when distributed database is needed.
PgSQL is gigantic compared to SQLIte. Also, current versions of SQLite are very very optimized! I think it is sufficient!
About distributed databse, I'm not sure, maybe one can use multiple sqlite databases across multiple nodes, sort and use accordingly.
If Postgres is gigantic then whatever you're doing isn't.
Aah well, I mistook it for MySQL. 23.5MB tarball is quite great! Still SQLite, for 3MB is what I prefer!
It's not just the size of the tarball or binary. It's also about how it scales in terms of performance when you have 400 users per hour on your server. Mbin is using PostgreSQL, can you imagine if Lemmy would SQLite.. your page will never load.. haha