]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental planner change to avoid a skip-scan if a regular index scan on exp-avoid-expensive-skipscan
authordan <dan@noemail.net>
Wed, 4 Jul 2018 14:28:07 +0000 (14:28 +0000)
committerdan <dan@noemail.net>
Wed, 4 Jul 2018 14:28:07 +0000 (14:28 +0000)
commit3b50f0d19a18bebf8817a2239b688dd0d59f43b7
tree6035f147050cc660f85959e1f4299b01dd5f0026
parent7fee0bfad2234d0cd3b32cae84ad60c8bbddeaf2
Experimental planner change to avoid a skip-scan if a regular index scan on
the same index columns can be done instead.

FossilOrigin-Name: 32924446db0d07e5b2661a6626136a7bcdda629de23f98f3e1e862dd52d2f8a5
manifest
manifest.uuid
src/where.c
test/analyzeG.test [new file with mode: 0644]