Skip to content

Commit 9e34832

Browse files
npentreljeff-allen-mongo
authored andcommitted
DOCSP-18866 Geo indexing for time series
1 parent acae913 commit 9e34832

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ specified as the ``timeField`` and the ``metaField``. If the field value
4444
for the ``metaField`` field is a document, you can also create secondary
4545
indexes on fields inside that document.
4646

47-
The ``metaField`` doesn't support the following index types:
47+
In MongoDB 5.1, the ``metaField`` doesn't support :doc:`text
48+
</core/index-text>` indexes.
49+
50+
In MongoDB 5.0, the ``metaField`` doesn't support the following index
51+
types:
4852

4953
- :doc:`2d </core/2d>`
5054
- :doc:`2dsphere </core/2dsphere>`

source/release-notes/5.1.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ If the new parameter
106106
the :ref:`query explain plan output
107107
<explain-results-enhanced-execution>`.
108108

109+
Geo Indexing for Time Series collections
110+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111+
112+
Starting in MongoDB 5.1, you can use :ref:`geo indexes
113+
<timeseries-limitations-secondary-indexes>` on the ``metaField`` of time
114+
series collections.
115+
109116
Schema Validation Errors Contain Description Field
110117
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111118

0 commit comments

Comments
 (0)