See also

  • Skew CPU: When a query for one AMP consumes more CPU compared to the other AMPs:
1 - (AMPCPUTime / (HASHAMP()+1))/NULLIFZERO(MaxAMPCPUTime)
  • I/O Skew: When a query for one AMP does more I/O compared to the other AMPs:
(1-(TotalIOCount / (HASHAMP()+1))/NULLIFZERO(MaxAMPIO)

Get Teradata Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.