Let SQLite perform lightweight maintenance.
Section: Inspect query plans
Run PRAGMA optimize
sql
sql
PRAGMA optimize;Explanation
A low-cost maintenance step you can run periodically in long-lived applications.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Inspect query plans