Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/whereJ.test
2021-03-20
| ||
15:11 | [fc05e374cc] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 105362) | |
2018-05-02
| ||
18:00 | [88287550f6] part of check-in [5f0e803e33] Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. (check-in: [5f0e803e33] user: drh branch: rework-EQP, size: 105392) | |
2014-12-04
| ||
20:24 | [55a3221706] part of check-in [1461d543ac] Performance enhancement for single-table queries with many OR-connected WHERE clause terms and multiple indexes with the same left-most columns. (check-in: [1461d543ac] user: drh branch: trunk, size: 105416) | |
2014-09-06
| ||
02:00 | [63599653df] part of check-in [a758465e3c] Fix a couple of typos in comments. No changes to code. (check-in: [a758465e3c] user: mistachkin branch: trunk, size: 104378) | |
01:35 | [1c35169106] part of check-in [73954f93c4] Query planner heuristic update: When doing a full table scan on a table that has an equality constraint on an unindexed column, do not allow the estimated number of output rows to be greater than half the total number of rows in the table. (check-in: [73954f93c4] user: drh branch: trunk, size: 104381) | |
2014-08-28
| ||
16:01 | [8880784c21] part of check-in [052d89b554] Fix a problem causing an inaccurate stat4-based estimate for the number of rows visited by a range scan. (check-in: [052d89b554] user: dan branch: stat4-experimental, size: 88287) | |
2014-08-07
| ||
16:50 | [35a40a50d0] part of check-in [ec5d84ba69] Oops! This check-in was on trunk. But it contains a debugging printf(). Original comment: When the estimated cost to do a sort overwhelms the estimated cost to do individual table lookups, make sure that the table lookup costs are still taken into consideration when selecting the lookup algorithm. (check-in: [ec5d84ba69] user: drh branch: query-planner-fix, size: 87024) | |
2014-06-06
| ||
20:49 | Added: [7dde28284d] part of check-in [813469d985] Add a test case to ensure that estLog() works for negative numbers. (check-in: [813469d985] user: drh branch: trunk, size: 85590) | |