On Tue, Nov 29, 2011 at 7:00 AM, Kristoffer Danielsson < [email protected]> wrote:
> > > > > Consider an SQLite database created with the SQLITE_ENABLE_STAT2 flag set. > After updating my software, the new SQLite version seems to use another > flag; SQLITE_ENABLE_STAT3. Will these stat3 optimizations be available when > opening and old database created with stat2? Or is it perhaps necessary to > run the ANALYZE command? Thanks. > It is necessary to rerun ANALYZE. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

