Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/core/timeseries/timeseries-limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ specified as the ``timeField`` and the ``metaField``. If the field value
for the ``metaField`` field is a document, you can also create secondary
indexes on fields inside that document.

The ``metaField`` doesn't support the following index types:
In MongoDB 5.1, the ``metaField`` doesn't support :doc:`text
</core/index-text>` indexes.

In MongoDB 5.0, the ``metaField`` doesn't support the following index
types:

- :doc:`2d </core/2d>`
- :doc:`2dsphere </core/2dsphere>`
Expand Down
7 changes: 7 additions & 0 deletions source/release-notes/5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ If the new parameter
the :ref:`query explain plan output
<explain-results-enhanced-execution>`.

Geo Indexing for Time Series collections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Starting in MongoDB 5.1, you can use :ref:`geo indexes
<timeseries-limitations-secondary-indexes>` on the ``metaField`` of time
series collections.

Schema Validation Errors Contain Description Field
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down