ᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 1 year agoConsider SQLiteblog.wesleyac.comexternal-linkmessage-square59fedilinkarrow-up174
arrow-up173external-linkConsider SQLiteblog.wesleyac.comᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 1 year agomessage-square59fedilink
minus-square0x0@programming.devlinkfedilinkEnglisharrow-up2·1 year 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.