File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -98,19 +98,20 @@ store data in time-order. This format provides the following benefits:
98
98
Behavior
99
99
~~~~~~~~
100
100
101
- Time series collections behave like normal collections. You can insert
102
- and query your data as you normally would .
101
+ Time series collections behave like typical collections. You insert
102
+ and query data as usual .
103
103
104
104
MongoDB treats time series collections as writable non-materialized
105
105
:ref:`views <views-landing-page>` backed by an internal collection. When
106
106
you insert data, the internal collection automatically organizes time
107
107
series data into an optimized storage format.
108
108
109
- Since MongoDB 6.3, when you create a new time series collection, MongodDB
110
- generates a :ref:`compound index <index-create-compound>` on the
111
- :ref:`metaField and timeField <time-series-fields>` fields. Queries on time
112
- series collections take advantage of this index, as well as the optimized
113
- storage format, to improve query performance.
109
+ Starting in MongoDB 6.3: if you create a new time series collection,
110
+ MongoDB also generates a :ref:`compound index <index-create-compound>`
111
+ on the :ref:`metaField and timeField <time-series-fields>` fields. To
112
+ improve query performance, queries on time series collections use the
113
+ new compound index. The compound index also uses the optimized storage
114
+ format.
114
115
115
116
.. tip::
116
117
You can’t perform that action at this time.
0 commit comments