]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An experimental optimization to DISTINCT that causes an immediate exit of distinct-early-out
authordrh <drh@noemail.net>
Tue, 21 Nov 2017 23:47:42 +0000 (23:47 +0000)
committerdrh <drh@noemail.net>
Tue, 21 Nov 2017 23:47:42 +0000 (23:47 +0000)
commitac4139755745c1b1cbe2821acb4813f6b0ac19bd
treeda3ce2f7f7cc6ba64e8beccd074f8d3ae5950a70
parent065b34f6e54d420a6a3a73e1394cc4560b3d64aa
An experimental optimization to DISTINCT that causes an immediate exit of
the inner loop of a join following each output row if the inner loop does
not contribute any columns to the result set.

FossilOrigin-Name: a33f88acd7e02361fac1874c71dae1dbfc78bc578b0181bd488a6a735ea5a453
manifest
manifest.uuid
src/where.c