Right Join before duplicating right side rows in each batch from the left side dataset
Changed
NestedLoop join algorithm was replaced with HashJoin algorithm
Removed
Join expression comparison types other than equal/identical/any/all
Deprecated
Security
Description
This is just the first step to significantly improve join operation performance. Now flow join mechanism is using hash join algorithm, next one will be the sort-merge join.
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description
This is just the first step to significantly improve join operation performance. Now flow join mechanism is using hash join algorithm, next one will be the sort-merge join.