]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When estimating the cost of an index scan, factor in the cost savings of
authordrh <drh@noemail.net>
Wed, 27 Jul 2016 18:27:02 +0000 (18:27 +0000)
committerdrh <drh@noemail.net>
Wed, 27 Jul 2016 18:27:02 +0000 (18:27 +0000)
commit2409f8a11232ff4e2999168f01e954502f189f02
tree1ace29998726a8af92cdbefa4ecb46ff17021480
parent2900a6222f475f4d495c302aa5d5aab3dc1f0237
When estimating the cost of an index scan, factor in the cost savings of
being able to use the index to evaluate some WHERE clause terms without
having to do a table lookup.

FossilOrigin-Name: a59b5622f7cc6e502d71aabc12c053582cd03609
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/where.c