Config Option to Enable WAL #50
Labels
No labels
Bug
Feature
Feedback Wanted
Refactoring
Won't Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: waifu/kemoverse#50
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SQLite's Write-Ahead Logging Provides some performance benefit in certain use cases. Developer opinion on the feature is divided, so we will add a config option to allow the user to decide whether to enable it.
WAL itself can be enabled with a one-liner when the application starts up. We can stick something in the
connect()
function to set the journal mode on startup:The Default journal mode can be set back with the following: