Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 46) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dskipscan2.test12 # 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 Dskipscan3.test12 # 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 Dskipscan1.test12 # 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 Dskipscan6.test12 # 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 Dskipscan5.test12 # 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 Dbigfile.test18 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 Dbackup_ioerr.test179 # 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 Dbigfile2.test16 if {[file exists skip-big-file]} return
H A Dvacuum6.test20 # If the VACUUM statement is disabled in the current build, skip all
H A Dwapp.tcl641 set skip [string length [dict get $wapp SCRIPT_NAME]]
642 dict set wapp PATH_INFO [string range $URI $skip end]
H A Ddistinct2.test12 # 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 Dvacuum4.test20 # If the VACUUM statement is disabled in the current build, skip all
H A Dbigmmap.test16 if {[file exists skip-big-file]} return
H A Dvacuum5.test19 # If the VACUUM statement is disabled in the current build, skip all
H A Dautoindex3.test81 # index. This is not right - a skip-scan is not necessarily better than an
H A Din6.test101 # An early OP_IsNull bypass might skip over the OP_Affinity and
H A Dprogress.test19 # If the progress callback is not available in this build, skip this
H A Dvacuum-into.test18 # If the VACUUM statement is disabled in the current build, skip all
H A Dserver1.test30 # pthreads library. So skip it.
H A DmallocK.test74 # data to estimate the number of rows visited by a skip-scan range query.
H A Dvacuum2.test25 # If the VACUUM statement is disabled in the current build, skip all
H A Dloadext.test76 # exist, try to create it. If unable to create it, then skip this
H A Dvacuum3.test20 # If the VACUUM statement is disabled in the current build, skip all
/sqlite-3.40.0/mptest/
H A Dmptest.c786 int skip = findEndif(z+n+len, 0, pnLine); in findEndif() local
787 n += skip + len; in findEndif()
/sqlite-3.40.0/src/
H A Din-operator.md88 driving a loop, then skip this step entirely.

12