sqlite3 app.db 'ANALYZE;'

Category: Databases & SQL

sqlite3 app.db 'ANALYZE;'

Collect statistics for the query planner

Gathers distribution stats so SQLite can choose better query plans; run it after big data changes. Verify the effect with EXPLAIN QUERY PLAN. Related: CREATE INDEX.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.