On 1/24/19, Gerlando Falauto <[email protected]> wrote: > What is the purpose of ANALYZE sqlite_master; ?
Causes the content of sqlite_stat1 to be reloaded into the query planner after making out-of-band changes using UPDATE. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

