Consider doing a partial table scan to fulfill an IN operator rather
commitd481b91adaaef8a3fda2008f3e8a7dc8f93e437b
authorD. Richard Hipp <drh@hwaci.com>
Fri, 8 Jun 2018 18:22:10 +0000 (8 18:22 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 8 Jun 2018 18:22:10 +0000 (8 18:22 +0000)
tree5af54356aa13b64b95cd4b7e76028b61c629f5d6
parentc406d23dd6af8e4ce5ddb2825c7b91d27538c4af
Consider doing a partial table scan to fulfill an IN operator rather
than using an index.  Try to pick the plan with the lowest cost.
src/where.c