Skip to content

Commit edce7c1

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-35701-timeseries-updates (#5954) (#5993)
* DOCSP-35701-timeseries-updates * DOCSP-35701-timeseries-updates * DOCSP-35701-timeseries-updates * DOCSP-35701-timeseries-updates --------- Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent 9fa0ccf commit edce7c1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source/core/timeseries-collections.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,20 @@ store data in time-order. This format provides the following benefits:
105105
Behavior
106106
~~~~~~~~
107107

108-
Time series collections behave like normal collections. You can insert
109-
and query your data as you normally would.
108+
Time series collections behave like typical collections. You insert
109+
and query data as usual.
110110

111111
MongoDB treats time series collections as writable non-materialized
112112
:ref:`views <views-landing-page>` backed by an internal collection. When
113113
you insert data, the internal collection automatically organizes time
114114
series data into an optimized storage format.
115115

116-
Since MongoDB 6.3, when you create a new time series collection, MongodDB
117-
generates a :ref:`compound index <index-create-compound>` on the
118-
:ref:`metaField and timeField <time-series-fields>` fields. Queries on time
119-
series collections take advantage of this index, as well as the optimized
120-
storage format, to improve query performance.
116+
Starting in MongoDB 6.3: if you create a new time series collection,
117+
MongoDB also generates a :ref:`compound index <index-create-compound>`
118+
on the :ref:`metaField and timeField <time-series-fields>` fields. To
119+
improve query performance, queries on time series collections use the
120+
new compound index. The compound index also uses the optimized storage
121+
format.
121122

122123
.. tip::
123124

0 commit comments

Comments
 (0)