sqlite: Enable SQLITE_ENABLE_BATCH_ATOMIC_WRITE.
When the underlying filesystem supports batch atomic writes, SQLite does not write a rollback journal. This reduces write amplification on filesystems that implement their own journal, improving performance and reducing SSD wear. This feature is currently supported on f2fs, which is widely deployed on Android, and may be deployed on Chrome OS. Bug: 901872 Change-Id: I746242e1e5f03319ae7fd61b224ec66723e9c61d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547336 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:Chris Mumford <cmumford@google.com> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#646372}
Showing
Please register or sign in to comment