Set SQLite page size to 4K: Closes #7423

This speeds up startup time immensely, probably due it matching the
the filesystem's or Linux memory mgmt's page size.  It's also
expected that this will improve database performance in other ways,
as the default was 1K, meaning potentially more I/O than necessary
for standard operations.
This commit is contained in:
Charles Lindsay 2013-09-24 18:48:12 -07:00 committed by Jim Nelson
parent 20ac1078f6
commit 4b03618f08
2 changed files with 33 additions and 0 deletions

4
sql/version-014.sql Normal file
View file

@ -0,0 +1,4 @@
--
-- Dummy file to upgrade to version 14. See imap-db-database.vala for the
-- actual code that gets executed here.
--