]> 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:44:44 +0000 (11:44 +0000)
committerdrh <>
Tue, 2 Apr 2024 11:44:44 +0000 (11:44 +0000)
commit7f7d0b19f8d2628466d8e25bbb0f7d10bfb98baf
treea05830af937d8195a0ab1245b729da73e662ba6e
parent9352cfa30b33bc88a422a05564616b5397d54a97
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: 8018417b0143ea11535f2457bf3e4b3755717c554a17df1076425b4251b5f2c6
manifest
manifest.uuid
src/where.c
test/whereN.test [new file with mode: 0644]