Searched refs:skip (Results 1 – 25 of 46) sorted by relevance
12
| /sqlite-3.40.0/test/ |
| H A D | skipscan2.test | 12 # This file implements tests of the "skip-scan" query strategy. 15 # the skip-scan query strategy in the "optoverview.html" document. 59 # Without ANALYZE, a skip-scan is not used 69 # Now do an ANALYZE. A skip-scan can be used after ANALYZE. 74 -- of a skip-scan. So make a manual adjustment to the stat1 table 105 # skip-scan should not be used after an (unfudged) ANALYZE. 130 # skip-scan will be used after an (unfudged) ANALYZE. 174 # Now do an ANALYZE. A skip-scan can be used after ANALYZE. 188 # A skip-scan on a PK index of a WITHOUT ROWID table.
|
| H A D | skipscan3.test | 12 # This file implements tests of the "skip-scan" query strategy. 15 # "WHERE a=?1 AND c=?2" - verify that skip-scan can still be used. 30 # This version has long used skip-scan because of the "+a" 39 # This version (with "a" instead of "+a") should use skip-scan but
|
| H A D | skipscan1.test | 12 # This file implements tests of the "skip-scan" query strategy. 190 # Ticket 520070ec7fbaac: Array overrun in the skip-scan optimization 212 # Make sure skip-scan cost computation in the query planner takes into 247 # The column used by the skip-scan needs to be sufficiently selective. 257 -- Only two distinct values for the skip-scan column. Skip-scan is not used. 263 -- Four distinct values for the skip-scan column. Skip-scan is used. 269 -- Two distinct values for the skip-scan column again. Skip-scan is not used. 325 # A skip-scan with a "column IN (SELECT ...)" on the second term of the 340 optimization_control db skip-scan 0 345 optimization_control db skip-scan 1
|
| H A D | skipscan6.test | 12 # This file implements tests of the "skip-scan" query strategy. In 14 # is always preferred over the use of a skip-scan on some columns of 15 # the same index. Because of difficulties in scoring a skip-scan, 16 # the skip-scan can sometimes come out with a lower raw score when 18 # full index rather than the skip-scan. 185 # same reason. At one point though, it was mistakenly using a skip-scan.
|
| H A D | skipscan5.test | 12 # This file implements tests of the "skip-scan" query strategy. In 14 # that uses the skip-scan approach. 67 # Test that range-query/skip-scan estimation works with text values. 120 # Test that range-query/skip-scan estimation works on columns that contain
|
| H A D | bigfile.test | 18 if {[file exists skip-big-file]} return 41 # Mac OS X does not handle large files efficiently. So skip this test 72 # large files. So skip all of the remaining tests in this file. 90 # to handle large files. If that is so, then skip all of the following
|
| H A D | backup_ioerr.test | 179 # a few things then skip to the next iteration of the loop. 242 # it is reported correctly and skip to the next iteration of the loop.
|
| H A D | bigfile2.test | 16 if {[file exists skip-big-file]} return
|
| H A D | vacuum6.test | 20 # If the VACUUM statement is disabled in the current build, skip all
|
| H A D | wapp.tcl | 641 set skip [string length [dict get $wapp SCRIPT_NAME]] 642 dict set wapp PATH_INFO [string range $URI $skip end]
|
| H A D | distinct2.test | 12 # focus of this script is DISTINCT queries using the skip-ahead 183 # Incorrect result due to a skip-ahead-distinct optimization on a
|
| H A D | vacuum4.test | 20 # If the VACUUM statement is disabled in the current build, skip all
|
| H A D | bigmmap.test | 16 if {[file exists skip-big-file]} return
|
| H A D | vacuum5.test | 19 # If the VACUUM statement is disabled in the current build, skip all
|
| H A D | autoindex3.test | 81 # index. This is not right - a skip-scan is not necessarily better than an
|
| H A D | in6.test | 101 # An early OP_IsNull bypass might skip over the OP_Affinity and
|
| H A D | progress.test | 19 # If the progress callback is not available in this build, skip this
|
| H A D | vacuum-into.test | 18 # If the VACUUM statement is disabled in the current build, skip all
|
| H A D | server1.test | 30 # pthreads library. So skip it.
|
| H A D | mallocK.test | 74 # data to estimate the number of rows visited by a skip-scan range query.
|
| H A D | vacuum2.test | 25 # If the VACUUM statement is disabled in the current build, skip all
|
| H A D | loadext.test | 76 # exist, try to create it. If unable to create it, then skip this
|
| H A D | vacuum3.test | 20 # If the VACUUM statement is disabled in the current build, skip all
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 786 int skip = findEndif(z+n+len, 0, pnLine); in findEndif() local 787 n += skip + len; in findEndif()
|
| /sqlite-3.40.0/src/ |
| H A D | in-operator.md | 88 driving a loop, then skip this step entirely.
|
12