A shuffle format is available that does not preserve data distribution when the column values are not unique and also when it is conditionally masked. For example, consider the Original Table (Table 19-1) that shows two columns: EmpName and Salary. The Salary column has three distinct values: 10, 90, and 20.
If you mask the Salary column with this format, each of the original values is replaced with one of the values from this set. Assume that the shuffle format replaces 10 with 20, 90 with 10, and 20 with 90 (Table 19-2).
The result is a shuffled Salary column as shown in the Masked Table (Table 19-3), but the data distribution is changed. While the value 10 occurs three times in the Salary column of the Original Table, it occurs only twice in the Masked Table.
If the salary values had been unique, the format would have maintained data distribution.