]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin an effort to enhance the query planner to do a better job with OR terms
authordrh <drh@noemail.net>
Fri, 7 Oct 2011 13:33:10 +0000 (13:33 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Oct 2011 13:33:10 +0000 (13:33 +0000)
commit8871ef5afd1217110189bcaa55400ab30bdac46b
tree68ba62ac13b35cc88748f31e63b9543b2d005c56
parentf3259997c017d9660587ffd61a5ca3d3a7db973e
Begin an effort to enhance the query planner to do a better job with OR terms
in the WHERE clause.  This change allows ANDs outside of the OR to be factored
into the OR terms if that is helpful in finding better indices.

FossilOrigin-Name: 876bd21aaac444c7e056730e35696a74e9a1af0a
manifest
manifest.uuid
src/where.c