@SchwertImStein@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish • 7 days agomuskrat's data eng expert's hard drive overheats while processing 60k rowslemmy.dbzer0.comimagemessage-square305fedilinkarrow-up1982arrow-down114
arrow-up1968arrow-down1imagemuskrat's data eng expert's hard drive overheats while processing 60k rowslemmy.dbzer0.com@SchwertImStein@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish • 7 days agomessage-square305fedilink
minus-square@morrowind@lemmy.mllinkfedilink49•7 days agoSqlite can easily handle millions of rows. Don’t sell it short
minus-squareThe_DecryptorlinkfedilinkEnglish8•7 days agoHow about a 6.4TB sqlite database? https://boyter.org/posts/searchcode-bigger-sqlite-than-you/
minus-square@Korhaka@sopuli.xyzlinkfedilinkEnglish4•7 days agoI have an sqlite db that is a few GB in size, game saves using the format. Sadly almost all blob data, would love to play with it if it was a bit more readable
Sqlite can easily handle millions of rows. Don’t sell it short
How about a 6.4TB sqlite database?
https://boyter.org/posts/searchcode-bigger-sqlite-than-you/
Should be enough to hold 60k rows
I have an sqlite db that is a few GB in size, game saves using the format. Sadly almost all blob data, would love to play with it if it was a bit more readable
I’m not