Skip to content

Commit 79c2cc2

Browse files
Internal PR feedback
1 parent 4401823 commit 79c2cc2

File tree

4 files changed

+24
-21
lines changed

4 files changed

+24
-21
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ targets = [
333333

334334
variant = "warning"
335335
value = """
336-
{+qe-equality-ga+} is generally available (GA) in \
336+
The {+qe-equality-ga+} is generally available (GA) in \
337337
MongoDB 7.0 and later. Data encrypted using the {+qe-preview+} \
338338
from earlier versions is incompatible with the GA. \
339339
For more information, see :ref:`7.0-compatibility`.
@@ -345,7 +345,7 @@ targets = ["core/csfle.txt", "core/csfle/*.txt", "core/csfle/*/*.txt"]
345345
variant = "tip"
346346
value = """
347347
{+qe-equality-ga+} is now available. \
348-
To learn more about {+qe+}, see :ref:`qe-manual-feature-qe`.
348+
To learn more, see :ref:`qe-manual-feature-qe`.
349349
"""
350350

351351
[bundle]

source/core/queryable-encryption/fundamentals/manage-collections.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Encrypted Collection Management
1212
:depth: 2
1313
:class: singlecol
1414

15-
Every encrypted field in a collection adds writes to insert,
16-
update, and delete operations. It also requires additional storage,
17-
since MongoDB maintains an index of encrypted fields. This section
18-
lists the writes per operation and explains how to compact encrypted
19-
collection indexes, so that you can plan accordingly to minimize write
20-
and storage costs.
15+
It is important that you understand the performance and storage costs of field level encryption. Each encrypted field:
16+
17+
- Adds adds writes to insert, update, and delete operations.
18+
- Requires additional storage, because MongoDB maintains an encrypted field index.
19+
20+
This section lists the writes per operation and explains how to compact
21+
encrypted collection indexes so that you can minimize write and storage
22+
costs.
2123

2224
Overview
2325
--------
@@ -133,15 +135,15 @@ metadata collections.
133135
Index Compaction
134136
----------------
135137

136-
.. important::
137-
138-
You must manually run index compaction. MongoDB will automatically
139-
run index compaction in a future release.
140-
141138
As you insert, update, and delete documents, the metadata collections
142139
change and grow. Index compaction prunes the metadata collections and
143140
reduces their size.
144141

142+
.. important::
143+
144+
You must manually run index compaction. Compaction only works on
145+
clients configured for {+qe+}.
146+
145147
Run index compaction when the size of ``ECOC`` exceeds 1 GB.
146148

147149
You can check the size of your collections using :binary:`~bin.mongosh`
@@ -163,10 +165,6 @@ and issuing the :method:`db.collection.totalSize()` command.
163165

164166
1407960328
165167

166-
.. important::
167-
168-
You must configure your client for {+qe+} to run index compaction.
169-
170168
To run index compaction, use :binary:`~bin.mongosh` and run the
171169
``db.collection.compactStructuredEncryptionData()`` command to reduce
172170
the size of the metadata collections.

source/release-notes/7.0-compatibility.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ can't query encrypted fields or insert data.
5353

5454
If you encrypted data using the {+qe-preview+}:
5555

56-
# Upgrade MongoDB server and drivers to 7.0
57-
# Query each encrypted collection from a 7.0 driver to decrypt it.
58-
# Save the output locally.
59-
# Configure a new encrypted collection and ingest the data.
56+
#. Upgrade MongoDB server and drivers to 7.0
57+
#. Query each encrypted collection from a 7.0 driver to decrypt it.
58+
#. Save the output locally.
59+
#. Configure a new encrypted collection and ingest the data.
6060

6161
.. warning::
6262
* The :binary:`~bin.mongoexport` and :binary:`~bin.mongodump`

source/release-notes/7.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ remove data that uses any of the following features:
187187
- Config servers that have collections with
188188
``changeStreamPreAndPostImages`` enabled
189189

190+
.. toctree::
191+
:titlesonly:
192+
:hidden:
193+
194+
/release-notes/7.0-compatibility
190195
.. toctree::
191196
:titlesonly:
192197
:hidden:

0 commit comments

Comments
 (0)