]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to use sqlite_stat4 data to estimate the number of rows visited by a range...
authordan <dan@noemail.net>
Thu, 26 Jun 2014 20:21:46 +0000 (20:21 +0000)
committerdan <dan@noemail.net>
Thu, 26 Jun 2014 20:21:46 +0000 (20:21 +0000)
commitb0b8290ecb57a9b535a3ccc7ad1b6d499f5d63dc
treee917f053d8fa4f9d9c309753997a51ed269542a0
parenta9bc3cf736e6bd8e88ad1a01ddb19a756fcd7bd4
Attempt to use sqlite_stat4 data to estimate the number of rows visited by a range query that uses a skip-scan. This code is largely untested.

FossilOrigin-Name: 01dc8102592427b71a18c2cb82301d2266dd59c2
manifest
manifest.uuid
src/sqliteInt.h
src/vdbemem.c
src/where.c