Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Done
-
None
Description
ARQ's optimizer could use an OpReduce instead of OpDistinct if a query is DISTINCT + ORDER BY.
OpReduce removes adjacent duplicates and it does not require a set of already seen bindings as the current OpDistinct implementation does.