On 25 Mar 2011, at 10:18pm, Richard Hipp wrote:

> Suggestion:  After you run ANALYZE, go back and modify values in
> sqlite_stat1 (and sqlite_stat2 if you are using SQLITE_ENABLE_STAT2) with
> "typical" values that you would expect to see in most databases.  Yes, you
> can read and write the sqlite_stat1 and sqlite_stat2 tables.

Can you DROP them ?  Because this might be simpler and would be more 
future-proof in case the content of those tables changes in the future.

Actually I'm surprised and not terribly impressed that SQLite ever does a scan 
when there's an ideal index available.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to