Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Consider using an automatic-index for a scan even if there exists a possible skip-scan that uses one or more "=" operators. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | experimental-autoindex-fix |
Files: | files | file ages | folders |
SHA1: |
93642a65ef3d53ece322ffd85233b68f |
User & Date: | dan 2014-11-14 19:34:20 |
Context
2014-11-18
| ||
21:45 | Allow an automatic index to be used if the only uses of declared indexes for the same loop use the skip-scan algorithm. check-in: c52f7971 user: drh tags: trunk | |
2014-11-14
| ||
19:34 | Consider using an automatic-index for a scan even if there exists a possible skip-scan that uses one or more "=" operators. Closed-Leaf check-in: 93642a65 user: dan tags: experimental-autoindex-fix | |
15:28 | Do not automatically remove the DISTINCT keyword from "a IN (SELECT DISTINCT ...)" expressions. Fix for [db87229497]. check-in: 55e453aa user: dan tags: trunk | |
Changes
Changes to src/where.c.
Changes to test/autoindex3.test.