Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sqlite WAL mode by default #40

Closed
poVoq opened this issue May 27, 2023 · 1 comment · Fixed by #54
Closed

Use Sqlite WAL mode by default #40

poVoq opened this issue May 27, 2023 · 1 comment · Fixed by #54
Labels
enhancement New feature or request

Comments

@poVoq
Copy link

poVoq commented May 27, 2023

WAL mode is a lot faster especially on CoW filesystems like btrfs or zfs, see:

https://wiki.tnonline.net/w/Blog/SQLite_Performance_on_Btrfs

It is also pretty much the standard for modern SQLite use.

Would be nice if this was enabled by default (currently it isn't).

@thomiceli
Copy link
Owner

I see, maybe an option in config.yml to choose the journal mode might be better

@thomiceli thomiceli added the enhancement New feature or request label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants