]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the CPU used by CREATE INDEX statements by taking better advantage of the...
authordan <dan@noemail.net>
Wed, 1 Apr 2015 16:18:00 +0000 (16:18 +0000)
committerdan <dan@noemail.net>
Wed, 1 Apr 2015 16:18:00 +0000 (16:18 +0000)
commitb18e60b3e43270773c163d7b6424b904fb9ffb9a
tree901acbf452dfad3a8298999124428a5b6c7154eb
parent7004f3f6a311398f00d856b359d7389b72f802de
Reduce the CPU used by CREATE INDEX statements by taking better advantage of the fact that keys are inserted in sorted order.

FossilOrigin-Name: 592cdc5d7254be7032aa9c0b03405a74ca060b51
manifest
manifest.uuid
src/build.c
src/vdbe.c