Allow more than one column to be a distribution key.
Only a hash will make sense here. Mapping non-integer, non-scaler value into integer is hash. Calculating the modulo from the hash is what we're doing to determine the node in Hash distribution.
Log in to post a comment.