This query returns the distribution of the hash buckets among the fallback AMPs.
SELECT B, HASHBAKAMP (B) FROM T ORDER BY 1;
This query returns the distribution of the hash buckets among the fallback AMPs.
SELECT B, HASHBAKAMP (B) FROM T ORDER BY 1;