]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In temp files used for merge sorting, store the size of each packed-memory-array...
authordan <dan@noemail.net>
Sat, 6 Aug 2011 12:01:58 +0000 (12:01 +0000)
committerdan <dan@noemail.net>
Sat, 6 Aug 2011 12:01:58 +0000 (12:01 +0000)
commit1e74e602ec7ed82b3076d48e758e4aff9fe58a7b
tree6c57d1b685557000820222b3cc481b3407cba90b
parentf834eff2f0de68c1489ded56b02a110fde4d0af3
In temp files used for merge sorting, store the size of each packed-memory-array at the start of the array itself. This is to avoid having to store the offsets of all arrays in the (potentially very large) file in main-memory.

FossilOrigin-Name: 8051c1767c4386b0f14a66742d9fac41e001eb07
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbesort.c