Skip to content

Commit 7fa6e49

Browse files
committed
DOCSP-47239 More Compass Cleanup
1 parent 25fb907 commit 7fa6e49

File tree

9 files changed

+58
-80
lines changed

9 files changed

+58
-80
lines changed

source/collections.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,8 @@ view:
100100

101101
- :ref:`compass-documents`
102102

103-
.. BEGIN-COMPASS-ONLY
104-
105103
- :ref:`compass-import-export` to and from the collection
106104

107-
.. END-COMPASS-ONLY
108-
109105
- :ref:`compass-agg-builder`
110106

111107
- :ref:`Schema Analysis <compass-schema-tab>`
@@ -116,8 +112,6 @@ view:
116112

117113
- :ref:`compass-validation`
118114

119-
.. BEGIN-COMPASS-ONLY
120-
121115
.. note:: Data Lake Limitations
122116

123117
The following functionality is not available if you are connected to
@@ -133,8 +127,6 @@ view:
133127

134128
- Set Validation Rules for Your Schema
135129

136-
.. END-COMPASS-ONLY
137-
138130
.. _compass-tabbed-view:
139131

140132
Tabbed View
@@ -145,8 +137,6 @@ open a new tab to view collection details:
145137

146138
.. include:: /includes/shared/steps/open-new-tab.rst
147139

148-
.. BEGIN-COMPASS-ONLY
149-
150140
Limitations
151141
-----------
152142

@@ -155,8 +145,6 @@ Limitations
155145
- The :guilabel:`Create Collection` button is not available if you are
156146
connected to a :atlas:`Data Lake </data-lake>`.
157147

158-
.. END-COMPASS-ONLY
159-
160148
.. |home| unicode:: U+2302
161149

162150
.. toctree::

source/collections/capped-collection.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ Create a Capped Collection
1616
collections that support high-throughput operations that insert and retrieve
1717
documents based on insertion order.
1818

19+
Limitations
20+
-----------
21+
22+
The following restrictions and limitations apply when creating a
23+
capped collection:
24+
25+
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
26+
that you can use alongside your capped collection.
27+
28+
- If you import a data set larger than the maximum size of the capped collection,
29+
|compass-short| only loads the last documents of the data set and drops the oldest
30+
documents.
31+
32+
- Once the collection is created, you can't adjust the maximum number of bytes.
33+
1934
Steps
2035
-----
2136

@@ -38,18 +53,3 @@ Steps
3853
Enter the maximum number of bytes that the collection can hold.
3954

4055
.. step:: Click :guilabel:`Create Collection` to create the collection
41-
42-
Restrictions and Limitations
43-
----------------------------
44-
45-
The following restrictions and limitations apply when creating a
46-
capped collection:
47-
48-
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
49-
that can be used alongside your capped collection.
50-
51-
- If you import a data set larger than the maximum size of the capped collection,
52-
|compass-short| only loads the last documents of the data set and drops the oldest
53-
documents.
54-
55-
- Once the collection is created, you cannot adjust the maximum number of bytes.

source/collections/clustered-collection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with a clustered index. Clustered collections store documents ordered by :manual
1717
key value. You can use clustered collections when only one clustered index is
1818
necessary.
1919

20-
Restrictions
20+
Limitations
2121
------------
2222

2323
Clustered collection limitations:

source/collections/collation-collection.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ Create a Collection with Collation
1616
language-specific rules for string comparison, such as rules for lettercase
1717
and accent marks.
1818

19+
Limitations
20+
-----------
21+
22+
The following restrictions apply when the parameter ``numericOrdering``
23+
is set to ``true``:
24+
25+
- Only contiguous non-negative integer substrings of digits are
26+
considered in the comparisons. ``numericOrdering`` does not support:
27+
28+
- ``+``
29+
- ``-``
30+
- exponents
31+
32+
- Only Unicode code points in the Number or Decimal Digit (Nd) category
33+
are treated as digits.
34+
35+
- If the number length exceeds 254 characters, the excess characters are
36+
treated as a separate number.
37+
1938
Procedure
2039
---------
2140

@@ -43,27 +62,8 @@ Procedure
4362

4463
.. step:: Click :guilabel:`Create Collection` to create the collection.
4564

46-
Restrictions and Limitations
47-
----------------------------
48-
49-
The following restrictions apply when the parameter ``numericOrdering``
50-
is set to ``true``:
51-
52-
- Only contiguous non-negative integer substrings of digits are
53-
considered in the comparisons. ``numericOrdering`` does not support:
54-
55-
- ``+``
56-
- ``-``
57-
- exponents
58-
59-
- Only Unicode code points in the Number or Decimal Digit (Nd) category
60-
are treated as digits.
61-
62-
- If the number length exceeds 254 characters, the excess characters are
63-
treated as a separate number.
64-
6565
Example
66-
~~~~~~~
66+
-------
6767

6868
Consider a collection with the following string number and decimal values:
6969

source/collections/encrypted-collection.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Create a Collection with Queryable Encryption
1515
:manual:`Queryable Encryption </core/queryable-encryption/>` allows you to
1616
encrypt a subset of fields in your collection.
1717

18+
Limitations
19+
-----------
20+
21+
- Your deployment must be connected using In-Use Encryption to encrypt your
22+
collection using Queryable Encryption.
23+
24+
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
25+
that can be used alongside Queryable Encryption.
26+
27+
1828
Procedure
1929
---------
2030

@@ -48,12 +58,3 @@ Procedure
4858

4959
Your collection will be marked by a :guilabel:`Queryable Encryption`
5060
badge.
51-
52-
Restrictions and Limitations
53-
----------------------------
54-
55-
- Your deployment must be connected using In-Use Encryption to encrypt your
56-
collection using Queryable Encryption.
57-
58-
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
59-
that can be used alongside Queryable Encryption.

source/collections/time-series-collection.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Create a Time Series Collection
1515
:manual:`Time series collections </core/timeseries-collections/>` efficiently
1616
store sequences of measurements over a period of time.
1717

18+
Limitations
19+
-----------
20+
21+
The following restrictions and limitations apply when creating a time series
22+
collection:
23+
24+
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
25+
that can be used alongside your time series collation.
26+
27+
- See :manual:`Time Series Collection Limitations </core/timeseries/timeseries-limitations/>`
28+
for all time series collection limitations.
29+
1830
Procedure
1931
---------
2032

@@ -88,15 +100,3 @@ Procedure
88100

89101
For more information on time series fields, see :manual:`Time Series
90102
Object Fields </core/timeseries/timeseries-procedures/#timeseries-object-fields>`.
91-
92-
Restrictions and Limitations
93-
----------------------------
94-
95-
The following restrictions and limitations apply when creating a time series
96-
collection:
97-
98-
- :guilabel:`Custom collation` is the only :guilabel:`Advanced Collection Option`
99-
that can be used alongside your time series collation.
100-
101-
- See :manual:`Time Series Collection Limitations </core/timeseries/timeseries-limitations/>`
102-
for all time series collection limitations.

source/databases.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ Drop a Database
5151

5252
.. include:: /includes/shared/steps/delete-database.rst
5353

54-
.. BEGIN-COMPASS-ONLY
55-
5654
Limitations
5755
-----------
5856

5957
- .. include:: /includes/extracts/readonly-not-permitted-databases.rst
6058

6159
- Creating databases is not permitted if you are connected to a
6260
:atlas:`Data Lake </data-lake>`.
63-
64-
.. END-COMPASS-ONLY

source/documents.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ From the :guilabel:`Documents` tab, you can
2121
:ref:`delete multiple <compass-bulk-delete>`
2222
documents in your selected collection or view.
2323

24-
.. BEGIN-COMPASS-ONLY
2524

2625
.. note::
2726

2827
For query result sets larger than 20 documents, |compass-short| shows
2928
paginated results. By default, pages display 20 documents at a time.
3029

31-
.. END-COMPASS-ONLY
32-
3330
From the :ref:`query bar <compass-query-bar>`, you can specify a query to
3431
filter the displayed documents. Click :guilabel:`Options` to
3532
specify query options.

source/indexes.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ Drop an Index
164164

165165
.. include:: /includes/shared/steps/drop-index.rst
166166

167-
.. BEGIN-COMPASS-ONLY
168-
169167
Limitations
170168
-----------
171169

@@ -190,5 +188,3 @@ Limitations
190188

191189
Atlas Search Index </indexes/create-search-index>
192190
Atlas Vector Search Index </indexes/create-vector-search-index>
193-
194-
.. END-COMPASS-ONLY

0 commit comments

Comments
 (0)