Dieter,
"MAX(CurrentPerm) * (HASHAMP()+1)" because this includes wasted perm due to skew
Does this mean that even if data is not physically stored, Perm space is wasted due to Skew?
Taking an extreme case scenario: Lets say there are 50 AMPs and there is only 1 table in a Database. And all the rows are on only 1 AMP, occupying 1 MB. Would it waste 1MB per all other 49 AMPs also, causing space occupied to be 50MB instead of expected 1 MB?
↧