terminalclick
Programmer
First time post, so please bare with me.
Please could someone explain the relationship between Skew Factor on Primary Indexes and which AMPs will be used?
Am I right in thinking the skew factor on a primary index is where there are large variances in the amount of different primary index values? (e.g. the value below for the number of A1 rows would cause bad skew)
Is it that one set of rows with the same value on the primary index is allocated to an AMP.e.g.
Would it mean that the rows of pri value A1 would get allocated to AMP1, rows of pri value C2 would get allocated to AMP2 and the row of pri value EA would get allocated to AMP3 etc and once the last AMP is 'allocated' then it goes back to AMP1 in a roundabout way?
Thanks in advance.
Rich.
Please could someone explain the relationship between Skew Factor on Primary Indexes and which AMPs will be used?
Am I right in thinking the skew factor on a primary index is where there are large variances in the amount of different primary index values? (e.g. the value below for the number of A1 rows would cause bad skew)
Is it that one set of rows with the same value on the primary index is allocated to an AMP.e.g.
Code:
PRIVAL COUNT(*)
A1 20000 (AMP1)
C2 30 (AMP2)
EA 1 (AMP3)
...
Would it mean that the rows of pri value A1 would get allocated to AMP1, rows of pri value C2 would get allocated to AMP2 and the row of pri value EA would get allocated to AMP3 etc and once the last AMP is 'allocated' then it goes back to AMP1 in a roundabout way?
Thanks in advance.
Rich.