Skip to content

Commit 3b09178

Browse files
authored
DOCS-16264 Specifies that readConcern for QE sharded transactions must be snapshot (#4076)
* DOCS-16264 Specifies that readConcern for QE sharded transactions must be snapshot * Includes change from copy review * Includes edit from CB
1 parent 00446c7 commit 3b09178

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

source/core/queryable-encryption/reference/limitations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Sharding
137137

138138
- Metadata collections must not be sharded
139139
- Shard keys must not be encrypted fields
140+
- .. include:: /includes/fact-sharded-transactions-qe-readconcern.rst
140141

141142
CRUD
142143
----

source/core/queryable-encryption/reference/supported-operations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ encryption returns an error.
101101

102102
- Applications without the correct encryption options see the encrypted values.
103103

104+
.. include:: /includes/fact-sharded-transactions-qe-readconcern.rst
105+
104106
.. _qe-supported-query-operators:
105107

106108
Supported Query Operators
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
For sharded cluster transactions that use Queryable Encryption, you
2+
must set :ref:`readConcern <read-concern>` to ``snapshot``.

0 commit comments

Comments
 (0)