Hi,

I read about the skip-scan optimization:

https://www.sqlite.org/optoverview.html#skipscan

is there a way to check whether it is being used for a given query, or not?

Explain query plan does not seem to give any insight...
I tried both before and after running ANALYZE; / DROP TABLE sqlite_stat1;
but it doesn't seem to make that much of a difference.

Thank you!
Gerlando
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to