Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Atlas
Created by Guest
Created on Jun 22, 2022

Allow deletion of timeseries documents

I'm aware of the limitations for timeseries document deletion, but it would still be great to be able to delete an entire batch documents have the same meta data... such as "Delete all that match this metaField."
  • Attach files
  • Guest
    Jun 23, 2022
    Multi-deletes based on the metaField are supported in Time Series collections as of MongoDB 5.0.5, which would allow you to accomplish this, i.e. "Delete all that match this metaField" You can view documentation for this here: https://www.mongodb.com/docs/manual/core/timeseries/timeseries-limitations/