]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When using a temporary file for a statement journal, store the first 64KiB in memory...
authordan <dan@noemail.net>
Mon, 29 Feb 2016 20:18:21 +0000 (20:18 +0000)
committerdan <dan@noemail.net>
Mon, 29 Feb 2016 20:18:21 +0000 (20:18 +0000)
commit6e76326d185bc37d386a25181fe275fe3fd7b18e
tree4ac58c395fb7c69e358d14a3462d3a305b6386b7
parent5f37ed5121b705f6e2683b071a4bf34f66005cb9
When using a temporary file for a statement journal, store the first 64KiB in memory. If the file grows larger than that, flush it to disk and free the memory. Hardcoding to 64KiB is just an experiment to check that the memjournal.c code works.

FossilOrigin-Name: 44b2dc18e200e87cf062cb8f1659727c53fa36e9
manifest
manifest.uuid
src/memjournal.c
src/pager.c