According to the official documentation of Time Series MongoDB.
Starting in MongoDB 6.3, MongoDB automatically creates a compound index on the metaField and timeField fields for new collections.
Is their a way to disable this compound index creation behaviour?
Hi @Yashasvi_Pant ,
Currently, we do not have any such feature in 6.3 and later version to disable automatic creation of compound index on the metaField and timeField fields for new collections in time series.
May I know, why would you like to disable this?
As per documentation on Time Series Secondary Index, one can always create additional secondary indexes to improve query performance for any type of query operations.
Regards, Tarun