]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Sometimes it makes sense to do a full table scan rather than try to use
authordrh <drh@noemail.net>
Thu, 22 Oct 2020 15:47:48 +0000 (15:47 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Oct 2020 15:47:48 +0000 (15:47 +0000)
commit403869680bb09c02b48613b950ebfc30a59d4684
tree88a4b90106915cfa1f38067cdb9175e48e44f6e1
parent672f07c642fad9ad76b1a8cd1c1d196d0286ffc4
Sometimes it makes sense to do a full table scan rather than try to use
an index when most of the rows will be selected.  This branch is trying to
tune the query planner to make that happen more often.

FossilOrigin-Name: 0f42099ad65855c94af8472f3a6fddac7fc2a82e8fdfcc06a298eb6683a28688
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/where.c
test/distinct2.test