ᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 3 years agoConsider SQLiteblog.wesleyac.comexternal-linkmessage-square39linkfedilinkarrow-up149arrow-down10
arrow-up149arrow-down1external-linkConsider SQLiteblog.wesleyac.comᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 3 years agomessage-square39linkfedilink
minus-square0x0@programming.devlinkfedilinkEnglisharrow-up1·3 years ago it uses a single file on disk as a backing store While this is the norm, you can have one database in multiple files. Also, provides benchmarks on a file-based database whithout providing any details on the underlying filesystem.
While this is the norm, you can have one database in multiple files.
Also, provides benchmarks on a file-based database whithout providing any details on the underlying filesystem.