Comment on PostgreSQL 16 Released
Michal@programming.dev 1 year agoSqlite is nice and fast. I think the only disadvantage is you can’t connect to it from multiple processes or machines, so scalability goes out the window.
Comment on PostgreSQL 16 Released
Michal@programming.dev 1 year agoSqlite is nice and fast. I think the only disadvantage is you can’t connect to it from multiple processes or machines, so scalability goes out the window.
mlunar@lemmy.world 1 year ago
You can, but only one can write at a time, which may or may not be a problem :)