tpch
tpch copied to clipboard
Update `EXISTS` queries to use semi-join
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.