The following query returns the distribution of the hash buckets among the primary AMPs.
SELECT B, HASHAMP (B) FROM T ORDER BY 1;
The following query returns the distribution of the hash buckets among the primary AMPs.
SELECT B, HASHAMP (B) FROM T ORDER BY 1;