Details
-
Improvement
-
Status: Active
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Minor
Description
Not sure how common it is, but have seen an example of a global sort feeding into a lookup join (rhs).
Lookup join implicitly dedupped the RHS already (as opposed to JOIN, LOOKUP MANY), so a sort->dedup is not needed and wasteful. It would be good to spot and remove these operations.