ᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 1 year agoConsider SQLiteblog.wesleyac.comexternal-linkmessage-square66fedilinkarrow-up179
arrow-up179external-linkConsider SQLiteblog.wesleyac.comᴄʜᴏᴋɪᴅᴀʀ@lemmy.world to Programming@programming.devEnglish · 1 year agomessage-square66fedilink
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.