]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Replace the general-purpose sqlite3_exec() interface with an optimized schema-parsing-experiment
authordrh <>
Mon, 24 Mar 2025 15:09:09 +0000 (15:09 +0000)
committerdrh <>
Mon, 24 Mar 2025 15:09:09 +0000 (15:09 +0000)
commited1a5e05a578f85f5450e4dc6b8a5fbb743f94bc
treea455684e79ce237c91c61c9893a89ab15f5df3f3
parent49a015092e0cef820ec0d94d571726c8d939449d
Replace the general-purpose sqlite3_exec() interface with an optimized
version during schema parsing, with the hopes of improving performance.
And performance does increase, but by so very little (0.2% or less) that
it does not seem worth the extra complication.  Changed saved for historical
reference.

FossilOrigin-Name: 455186cad2bb88fdd60bcec53ea3f117ca9e30b346e8245ba3e707790927b503
manifest
manifest.uuid
src/analyze.c
src/prepare.c
src/sqliteInt.h
src/vdbe.c