SQLite 3.18 has new PRAGMA optimize command to improve performance
FYI; SQLite version 3.18 was just released with a PRAGMA optimize command to improve long-term query performance https://www.sqlite.org/pragma.html#pragma_optimize "Attempt to optimize the database. All schemas are optimized in the first two forms, a...