Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
If the input tables are sorted on the join key, and a mapjoin is being performed, it is useful to exploit the sorted properties of the table.
This can lead to substantial cpu savings - this needs to work across bucketed map joins also.
Since, sorted properties of a table are not enforced currently, a new parameter can be added to specify to use the sort-merge join.