]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Keep track of the optimal number of reserved bytes (by looking at reserve
authordrh <drh@noemail.net>
Sat, 21 Feb 2015 00:19:25 +0000 (00:19 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Feb 2015 00:19:25 +0000 (00:19 +0000)
commitad0961b31b11f210aeb85803788e4b401d6ba85c
tree6695104a928ad127c0f8f0ea116c311c60b54e0c
parentdb222adfd3620e797d9cea7de60b520c33c7ce76
Keep track of the optimal number of reserved bytes (by looking at reserve
byte requests in calls to sqlite3BtreeSetPageSize()) and then change the
reserve byte count to the optimal when doing a VACUUM or when using the
backup API.

FossilOrigin-Name: 28c2b726285ea88b334acfd6390a057d2d244838
manifest
manifest.uuid
src/attach.c
src/backup.c
src/btree.c
src/btree.h
src/btreeInt.h
src/test_stat.c
src/vacuum.c