ᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 3 年前Consider SQLiteblog.wesleyac.comexternal-linkmessage-square59linkfedilinkarrow-up179arrow-down11
arrow-up178arrow-down1external-linkConsider SQLiteblog.wesleyac.comᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 3 年前message-square59linkfedilink
minus-square0x0@programming.devlinkfedilinkEnglisharrow-up2·3 年前 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.