Document effect on distribution of left record set for half-keyed join

Environment

Thor

Description

The documentation indicates grouping is preserved on the left record set of a half-keyed join but is silent on the impact of the distribution of the left record set.

The documentation does specify a behavior for LOCAL, indicating that only the local index is accessed.

Conclusion

None

Activity

Show:

Jacob Cobbett-Smith November 16, 2016 at 5:41 PM

Whether it's a half-keyed join or a full-keyed join, LOCAL or global, the LHS order (and hence distribution) is preserved by default.
If ,UNORDERED is used, the LHS order is not preserved, although the distribution still is.

Stuart Ort November 15, 2016 at 7:08 PM

Can you clarify

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created August 23, 2016 at 6:50 PM
Updated February 10, 2022 at 4:32 PM
Resolved February 10, 2022 at 4:32 PM

Flag notifications