forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sql] SQLite patch to implement "smart" auto-vacuum.
SQLITE_FCNTL_CHUNK_SIZE can advise the VFS to resize files in quantum amounts, to reduce fragmentation from tiny appends. This change allows a new PRAGMA auto_vacuum_slack_pages to provide auto_vacuum with a hint to only rearrange pages when an entire quantum can be released. BUG=698010 Review-Url: https://codereview.chromium.org/2732553002 Cr-Commit-Position: refs/heads/master@{#459847}
- Loading branch information
Showing
8 changed files
with
451 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.