]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the "rowid cache" that sought to remember the largest rowid for a
authordrh <drh@noemail.net>
Wed, 12 Feb 2014 21:31:12 +0000 (21:31 +0000)
committerdrh <drh@noemail.net>
Wed, 12 Feb 2014 21:31:12 +0000 (21:31 +0000)
commite0670b6220ce4c0819c30faefc100e9228456fc9
treee6a567cf18c18fe31461c455558a84f212a1e5e2
parent784156f84c7a64d0546ec600a0e7ce0612b48565
Remove the "rowid cache" that sought to remember the largest rowid for a
table and thereby speed up OP_NewRowid.  That cache was ineffective.
Removing it results in a performance increase of 0.4%, less memory usage,
and a slightly smaller library size.

FossilOrigin-Name: 56bc5ce8958c8e6250531b4052b905d7ac993db3
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/vdbe.c