]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Slightly faster INSERTs from a SELECT by avoiding an intermediate table.
authordrh <drh@noemail.net>
Wed, 28 Aug 2002 03:00:58 +0000 (03:00 +0000)
committerdrh <drh@noemail.net>
Wed, 28 Aug 2002 03:00:58 +0000 (03:00 +0000)
commit142e30df99d00eb463fe120516b9ab51ffcb973f
treec761758f9521216c83290e358075d76e669277fb
parent66105a8ea08192b051f93f524064c7efbed1f3a4
Slightly faster INSERTs from a SELECT by avoiding an intermediate table.
But it didn't make nearly as much difference as I had hoped. (CVS 732)

FossilOrigin-Name: 723362e74f79c784314d042e3a8c8a9bf07cbd5e
manifest
manifest.uuid
src/insert.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/where.c