On 9/2/16, Dominique Devienne <[email protected]> wrote: > > Does ANALYZE gather actual statistics on lengths?
The sqlite_stat1 table has a place to put that information and SQLite will use the information if it is present, but the ANALYZE command does not currently generate it. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

