On Aug 15, 2009, at 1:34 PM, Jim Showalter wrote:

> How will that help him fix this problem, if the problem is that
> SQLite's query optimizer is selecting a suboptimal index to use, and
> there is no way to specify which index to use?

The statistics collected by the ANALYZE command will be used by
SQLite to (hopefully) select the optimal index.

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

Reply via email to