]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the amount of heap required to store many schemas by storing each schema-storage
authordrh <drh@noemail.net>
Mon, 29 Feb 2016 15:53:11 +0000 (15:53 +0000)
committerdrh <drh@noemail.net>
Mon, 29 Feb 2016 15:53:11 +0000 (15:53 +0000)
commit94eaafa9ce6e044b834c56c712d18ba3c1f6d91d
treed50a428eee181d33045692ecb3980f7659279f8f
parent743606c3d3843dcc25be65bcb3cce2e10f8d752c
Reduce the amount of heap required to store many schemas by storing each
column datatype appended to the column name, rather than as a separate
allocation.

FossilOrigin-Name: 842b21162713bb141b845b01c136457a31af4ab0
manifest
manifest.uuid
src/alter.c
src/build.c
src/main.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/util.c
src/vtab.c