tpch icon indicating copy to clipboard operation
tpch copied to clipboard

Update `EXISTS` queries to use semi-join

Open stinodego opened this issue 9 months ago • 0 comments

See https://github.com/coiled/benchmarks/issues/1515

Q4, Q18, and Q20 contain the EXISTS keyword, which should be translated to a semi-join. This should speed up the queries.

stinodego avatar May 23 '24 07:05 stinodego