]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a heuristic in between the two solver() passes of the query planner that
authordrh <>
Tue, 2 Apr 2024 11:54:13 +0000 (11:54 +0000)
committerdrh <>
Tue, 2 Apr 2024 11:54:13 +0000 (11:54 +0000)
commit8aabb0a2e8ed98dc64f75a4e39cc158e824dc986
tree875049f8b9adb91e9bb1ee779d8b65647e79ffe9
parent52f77ff914f8126efe07759341ed3cadefba3d48
Add a heuristic in between the two solver() passes of the query planner that
tries to prevent a very slow query plan in cases where the output row count
estimate is imprecise.

FossilOrigin-Name: 74b247d958d74782302546dcce8c8d8fba021b7f3d801ef6823225fb3213065f
manifest
manifest.uuid
src/where.c
test/whereN.test [new file with mode: 0644]