Skip to content

Commit 4282272

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-34855-QE-update (#5587) (#5600)
* DOCSP-34855-QE-update * DOCSP-34855-QE-update * DOCSP-34855-QE-update * DOCSP-34855-QE-update * DOCSP-34855-QE-update * DOCSP-34855-QE-update * DOCSP-34855-QE-update --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 2b7ed1f commit 4282272

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/includes/example-qe-csfle-contention.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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)

0 commit comments

Comments
 (0)