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:
9898Behavior
9999~~~~~~~~
100100
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 .
103103
104104MongoDB treats time series collections as writable non-materialized
105105:ref:`views <views-landing-page>` backed by an internal collection. When
106106you insert data, the internal collection automatically organizes time
107107series data into an optimized storage format.
108108
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.
114115
115116.. tip::
116117
You can’t perform that action at this time.
0 commit comments