ono to Programming@programming.devEnglish · 1 year agoPostgreSQL 16 Releasedwww.postgresql.orgexternal-linkmessage-square18fedilinkarrow-up1129arrow-down14cross-posted to: [email protected][email protected][email protected][email protected]
arrow-up1125arrow-down1external-linkPostgreSQL 16 Releasedwww.postgresql.orgono to Programming@programming.devEnglish · 1 year agomessage-square18fedilinkcross-posted to: [email protected][email protected][email protected][email protected]
minus-squareMichal@programming.devlinkfedilinkarrow-up3·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.
minus-squaremlunar@lemmy.worldlinkfedilinkarrow-up1·1 year agoYou can, but only one can write at a time, which may or may not be a problem :)
Sqlite 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.
You can, but only one can write at a time, which may or may not be a problem :)