]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin an experimental refactoring to estimate the average number of bytes
authordrh <drh@noemail.net>
Sat, 5 Oct 2013 18:16:02 +0000 (18:16 +0000)
committerdrh <drh@noemail.net>
Sat, 5 Oct 2013 18:16:02 +0000 (18:16 +0000)
commitbf539c4d5c5ab7f8972d094cb4b6057d92b97f30
tree49605c94ca23f2bd568e6953d5e6644112f6593a
parent6919b07556faa3b1fb6b7418771551902d39fe2a
Begin an experimental refactoring to estimate the average number of bytes
in table and index rows and to use that information in query planner.
Begin by renaming WhereCost to LogEst and making that type and its
conversion routines available outside of where.c.

FossilOrigin-Name: 66c4a251d61582b47d5cbe50cbca160a9209bd06
manifest
manifest.uuid
src/sqliteInt.h
src/util.c
src/where.c
tool/logest.c [moved from tool/wherecosttest.c with 54% similarity]