]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improved estimate on the number of output rows in a recursive common table expression
authordrh <>
Mon, 14 Apr 2025 19:43:30 +0000 (19:43 +0000)
committerdrh <>
Mon, 14 Apr 2025 19:43:30 +0000 (19:43 +0000)
commit483e1181c5a1e3f62d24161bcad34a6d8fb797fe
tree857828db9d5d1c5a896743084e6bdf43adcec665
parentc801f8954e8d5f61585fee3de472b2b259444150
Improved estimate on the number of output rows in a recursive common table expression
that uses the UNION operator.  Follow-up to [f911f1c4977fbcae] and it's output row
estimate changes associated with DISTINCT queries.

FossilOrigin-Name: 92513f6bce7ecc778e78af3a77bc66ff65585fffa2e3138f8acb9e617121eeb0
manifest
manifest.uuid
src/select.c
src/where.c
test/subquery.test