ono to Programming@programming.devEnglish · 2 years agoPostgreSQL 16 Releasedwww.postgresql.orgexternal-linkmessage-square18linkfedilinkarrow-up1129arrow-down14cross-posted to: [email protected][email protected][email protected][email protected]
arrow-up1125arrow-down1external-linkPostgreSQL 16 Releasedwww.postgresql.orgono to Programming@programming.devEnglish · 2 years agomessage-square18linkfedilinkcross-posted to: [email protected][email protected][email protected][email protected]
minus-squareMichal@programming.devlinkfedilinkarrow-up3·2 years 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·2 years 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 :)