File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- The example below sets ``contention `` to 0 for the low cardinality
2- Social Security Number (SSN) and patient ID fields, since these are
3- unique identifiers that shouldn't repeat in the data set:
1+ The Social Security Number (SSN) and patient identifier fields are high
2+ :term: `cardinality ` fields that contain unique values in a data set. For
3+ high cardinality fields, you can set ``contention `` to a low value. The
4+ following example sets ``contention `` to ``0 `` for the ``patientId `` and
5+ ``patientInfo.ssn `` fields:
46
57.. code-block :: javascript
68 : emphasize- lines: 7 ,13
@@ -31,4 +33,4 @@ unique identifiers that shouldn't repeat in the data set:
3133.. - DOB between 1930-1990 (unencrypted, ~22K values)
3234.. - gender (encrypted, Male/Female/Non-binary)
3335.. - creditCard.type (encrypted, 4 types)
34- .. - creditCard.expiry (encrypted, ~84 possible values)
36+ .. - creditCard.expiry (encrypted, ~84 possible values)
You can’t perform that action at this time.
0 commit comments