Data masking vs shuffling

Using data permutation (shuffling) instead of scrubbing/masking/substitution/randomization Pros:

  • Maintains the Storage Profile (no more or less data to
  • Maintains Statistics Distribution

Cons:

  • Maintaining Referential Integrity
Based off the Stack theme.