Skip to content

DOCSP-18866 Geo indexing for time series #5917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2021
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