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. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] Are SQLITE_ENABLE_STAT3 tables created when... Kristoffer Danielsson
- Re: [sqlite] Are SQLITE_ENABLE_STAT3 tables cre... Richard Hipp
- Re: [sqlite] Are SQLITE_ENABLE_STAT3 tables... Kristoffer Danielsson
- Re: [sqlite] Are SQLITE_ENABLE_STAT3 ta... Richard Hipp