]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a subquery is used to drive an index, this change avoids making an extra copy-optimization
authordrh <>
Fri, 28 May 2021 14:28:54 +0000 (14:28 +0000)
committerdrh <>
Fri, 28 May 2021 14:28:54 +0000 (14:28 +0000)
commitc0359f0490fd80f7106d939ffea16e3fabdbd708
tree38110e6725078f1a7f96355114a343db9165a351
parente9de65201c7630f9b587b8b14d1caecf2ca4c8d4
If a subquery is used to drive an index, this change avoids making an extra
copy of the result of that subquery.  But, such situations are probably
sufficiently unusual that the added complexity of this enhancement is not
worth the performance gain.  So I'm going to park this check-in on a branch.
If we later find a use case to justify it, we can merge it to trunk then.
This is the "further change" that was promised by the prior check-in comment.

FossilOrigin-Name: 4488cb883e155a7466946d25569ab2816c4a8de9d4c7d540f5053ea5334e7ae5
manifest
manifest.uuid
src/wherecode.c