]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The analyze_as_needed pragma now responds to table size growth and will
authordrh <drh@noemail.net>
Fri, 17 Feb 2017 19:24:06 +0000 (19:24 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Feb 2017 19:24:06 +0000 (19:24 +0000)
commit5e98e838da57d5d70c1b3321c73e82206f5c8457
tree2d9e1851aaaa095e4b7e89e90189b2a285c5f940
parent72052a73a3d1fc75015aa4123bea9af2f5a58e3f
The analyze_as_needed pragma now responds to table size growth and will
automatically rerun the analysis after each 10x size increase.

FossilOrigin-Name: bfbdd07409688fac4ccddbab3639745f6152e23d
manifest
manifest.uuid
src/analyze.c
src/btree.c
src/btree.h
src/sqliteInt.h
src/vdbe.c
test/autoanalyze1.test