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.

ADD NEW FEEDBACK

Feedback

Feature request: Multiple "security or legal representative"s for compliance backup policies

Current behavior MongoDB Atlas compliance backup policies (which are a super nice feature to have!) have a "security or legal representative" attached that is the only person allowed to ask to disable it, lower its constraints, or delete backups t...
Alexis Chotard 5 months ago in Atlas Backups 1 Will Not Implement

Improve small collection lookup performance

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Improved performance for lookups from large to small collections (where many origin documents match the same looked-up doc...
Ryan Peggs 5 months ago in Querying & Aggregations 0 Future Consideration

Add tunnelling to allow querying Cloud Backup snapshots

The Legacy Backups have a feature to allow connecting (tunnelling) to a snapshot to query it. This allows querying a database snapshot which is great for quickly inspecting data in the past for troubleshooting. This would be handy to have for the ...
Guest over 5 years ago in Atlas Backups 16 Submitted

Backup snapshots on a single database or collection

I would like to be able to configure backup snapshots of a single database or collection on a schedule or continuously. This feature would help projects that need snapshots but only on a subset of data. Cluster-level, topology dependent snapshots ...
Guest over 4 years ago in Atlas Backups 0 Submitted

ARM support

Can we support ARM packages for Debian 11. They are required for bitnami to add ARM support to their mongo charts
Guest about 3 years ago in Database 3 Submitted

Request for Addition of Seoul Region to Reduce Latency

Sure! Here's the translation of your request: A brief description of what you are looking to do I would like to request the addition of the Seoul region because there is currently only the Japan region, which results in a 2-second delay for reque...
Guest over 1 year ago in Atlas Backups 3 Submitted

It would make my life a lot easier if I could have some type of uniqueness constraint on data in time series collections. I frequently have to over fetch data and store that in the database. If I could insert and only upload the new stuff that would be amazing.

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Time series data uniqueness What would you like to see happen? Describe the desired outcome or enhancement. some...
Sam Cox 2 months ago in Data Modeling & Indexing 1 Future Consideration

XA Support

Is there any plan to implement distributed transaction that involves more than one data stores (for e.g. an RDBMS and Mongo)? We have one such requirement and tried a simple POC by creating a simple class extending XAResource (MongoXAResource impl...
Guest almost 6 years ago in Storage & Transactions 11 Submitted

How to limit the number of document updates?

Hi I want to limit the number of document updates in one command. for example db.users.updateMany( , , { limit : 100 } ); https://www.mongodb.com/community/forums/t/how-to-limit-the-number-of-document-updates/102204/3
Guest over 3 years ago in Database 1 Submitted

Enable Removal of a Subset Documents From Online Archive

Hi, We'd like to have the ability to remove documents from an Online Archive. Mainly based on a date, but possibly other criteria. Thanks!
Guest over 5 years ago in Atlas Backups 10 Future Consideration