Hashing on Nulls
Even though nulls have no external value, they do have an internal value that can be processed by the Teradata Database hashing algorithm. If a NUSI for a table permits nulls, there is an increased probability of an uneven distribution of the rows for that table across the AMPs of a system because all rows having a null primary index hash to the same AMP (see “Number of Null Rows” on page 373).
If the number of rows having a null primary index is sufficiently large, then significant skew occurs, making efficient parallel processing difficult to achieve. This is not a problem for UPIs because there can be no more than one null UPI per table.
Although indexes are not a logical concept, and therefore are not part of the relational model, Teradata primary indexes are built from in‑row values, so a null UPI provides a mechanism for what is effectively a potential duplicate row to be stored in the system as long as the column set remains null.