Skip to content

Commit 40db23d

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
Revert "DOCSP-15476 secondary indexes on time series metrics (#253)" (#917)
This reverts commit 9318da7. Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 012dcf5 commit 40db23d

File tree

5 files changed

+5
-29
lines changed

5 files changed

+5
-29
lines changed

source/core/timeseries-collections.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ Other options allowed with the ``timeseries`` option are:
130130

131131
:method:`db.createCollection()` and :dbcommand:`create`.
132132

133-
.. _timeseries-collections-insert:
134-
135133
Insert Measurements into a Time Series Collection
136134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137135

source/core/timeseries/timeseries-limitations.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _manual-timeseries-collection-limitations:
22

3-
============================================
4-
Time Series Collection Notes and Limitations
5-
============================================
3+
==================================
4+
Time Series Collection Limitations
5+
==================================
66

77
.. default-domain:: mongodb
88

@@ -102,12 +102,9 @@ types:
102102

103103
Secondary indexes don't support the following index properties:
104104

105-
- :doc:`2d </core/2d>` in MongoDB 5.2 and lower
106-
- :doc:`2dsphere </core/2dsphere>` in MongoDB 5.2 and lower
107105
- :doc:`TTL </core/index-ttl>`
108106
- :doc:`Unique </core/index-unique>`
109-
- :doc:`Partial </core/index-partial>` in MongoDB 5.2 and lower
110-
- :doc:`Multikey index </core/index-multikey>` on a measurement field
107+
- :doc:`Partial </core/index-partial>`
111108

112109
Capped Collections
113110
~~~~~~~~~~~~~~~~~~

source/includes/geoNear-time-series.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/reference/operator/aggregation/geoNear.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,13 @@ When using :pipeline:`$geoNear`, consider that:
199199

200200
- .. include:: /includes/extracts/views-unsupported-geoNear.rst
201201

202-
- Starting in MongoDB 4.2, :pipeline:`$geoNear` no longer has a default
202+
- Starting in version 4.2, :pipeline:`$geoNear` no longer has a default
203203
limit of 100 documents.
204204

205205
- Starting in MongoDB 5.1, the ``near`` parameter supports the
206206
:ref:`let option <geoNear_let_example>` and
207207
:ref:`bound let option <geoNear_bounded_let_example>`.
208208

209-
- Starting in MongoDB 5.3, you can use the :pipeline:`$geoNear` pipeline
210-
operator with a:
211-
212-
.. include:: /includes/geoNear-time-series.rst
213-
214209
Examples
215210
--------
216211

source/release-notes/5.3-compatibility.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ This page is a work in progress and will be updated with changes
1616
introduced in 5.3 that can affect compatibility with older versions of
1717
MongoDB.
1818

19-
Time Series Collections
20-
-----------------------
21-
22-
If there are :term:`secondary indexes <secondary index>` on :ref:`time
23-
series collections <manual-timeseries-collection>` and you need to
24-
downgrade the Feature Compatibility Version (FCV), you must first drop
25-
any secondary indexes that are incompatible with the downgraded FCV.
26-
See :ref:`timeseries-limitations-secondary-indexes`.
27-
2819
2dsphere Document Index Keys
2920
----------------------------
3021

0 commit comments

Comments
 (0)