Skip to content

Optimize the SQLite database on the BtrFS which supports copy-on-write mechanism. BtrFS provides copy_file_range() operation inside of it. SQLite has an opportunity to use this system call to improve and solve the journaling performance

Notifications You must be signed in to change notification settings

wurikiji/SQLite-on-BtrFS

Repository files navigation

SQLite-on-BtrFS

Optimize the SQLite database on the BtrFS which supports copy-on-write mechanism.

BtrFS provides copy_file_range() operation inside of it. SQLite has an opportunity to use this system call to improve and solve the journaling performance

Base version of SQLite: 3.8.11.1

USAGE

make -f makefile.btrfs
./sqlite3 [dbfilename] 

About

Optimize the SQLite database on the BtrFS which supports copy-on-write mechanism. BtrFS provides copy_file_range() operation inside of it. SQLite has an opportunity to use this system call to improve and solve the journaling performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published