@devilish666 to Programmer [email protected] • 9 months agoMySQL momentimagemessage-square35arrow-up1430arrow-down115
arrow-up1415arrow-down1imageMySQL moment@devilish666 to Programmer [email protected] • 9 months agomessage-square35
minus-square@Byelink9•9 months agoHow come people use sql instead of just using text files? I just use text files for everything
minus-square@lightnegativelink7•edit-29 months agoWhat are text files if not binary blobs on disk? What is SQL if not a query layer over a bunch of binary blobs on disk?
minus-squareunskippable cutscene :v_trans: :v_bi:linkfedilink1•9 months ago@Bye @devilish666 file systems are a good replacement for a database for many use cases. however: some file systems are bad at handling many small files. also databases can do indexes, which file-systems can’t: they are key-value stores
How come people use sql instead of just using text files? I just use text files for everything
What are text files if not binary blobs on disk?
What is SQL if not a query layer over a bunch of binary blobs on disk?
Very zen.
@Bye @devilish666 file systems are a good replacement for a database for many use cases. however: some file systems are bad at handling many small files. also databases can do indexes, which file-systems can’t: they are key-value stores