Delete documents from a TimeSeries collection based on non-metadata element
I want to delete all documents with timestamp after “17-06-2024 23h59”, BUT my timestamp is outside the “metadata” field. Example one of my document :
MongoDB timeseries single collection or multiple collections
With mongodb timeseries feature what is the best way if sensors send temperature, humidity, pressure :
Summarize each second in a timeseries with MongoDB with gap-filling
We have thousands of IoT devices sending measurements throughout the day. This is being stored in a MongoDB instance as a simple timeseries, with a value, a timestamp and an identifier.