Skip to content
  • Charles Lindsay's avatar
    Set SQLite page size to 4K: Closes #7423 · 4b03618f
    Charles Lindsay authored
    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.
    4b03618f