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

Showing 111 of 4031

Please add support for auto-incrementing numeric IDs. For example, if an ID starts at 1000001, the next created record should automatically use 1000002

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. MongoDB lacks native support for auto-incrementing numeric IDs, forcing applications to use custom counter logic, which in...
Altaab Ansari 2 months ago in Performance & Optimization / Querying & Aggregations 6 Future Consideration

Add Attribute Sorting/Reorganizing to get best index for $match in aggregation and other filters (by option)

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. I have found out that the order of attributes in my (different) $match stages are relevant to the query planner of what in...
Paul Coch about 1 month ago in Querying & Aggregations 0 Submitted

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

Can we provide more compression algorithms for snapshot backups?

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. Currently, I see that gzip is being used, which doesn’t really have any advantages compared to zstd, right? What woul...
Morse Liu 2 months ago in Backup & Restore 0 Started

Provide MongoDB University courses and learning materials localized in Portuguese (Portugal)

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. MongoDB learning resources are mainly available in English or Brazilian Portuguese. Developers, students, and academic ins...
Daniel Teixeira about 1 month ago in University 1 Future Consideration

More practice questions

It would be great if we can have more than 30 practice questions to prepare for certification exam. Maybe a larger set of question randomly picked at every simulation.
Guest almost 3 years ago in Education 3 Planned

Provide recurring/daily reporting on backup status from Ops Manager

Ops Manager should generate a recurring/daily report of the status of all backups. This report should include at least a list of successful snapshots, a list of unsuccessful snapshots (over the configured reporting period), and the latest successf...
Guest about 6 years ago in Backup & Restore 5 Submitted

Log FCV 4.2 backup snapshot progress in logs

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. FCV 4.2 backup snapshot progress is available in Ops Manager backup page. However, this info is gone when the backup resta...
Ka Lung Ng about 2 months ago in Backup & Restore 1 Future Consideration

ops manager BACKUP HA

Currently we have below architecture in the configuration, we can achieve HA for below levels except S3 to store the snapshots. Load balancer ops manager apps servers ops manager app db ops manager oplog store ops manager metadata store. s3(to...
Mahesh Eligedi about 2 months ago in Backup & Restore 3 Started

Allow Pinning Query Plan Cache Key to a Fixed Plan for a Given Query Shape Hash

Allow Pinning Query Plan Cache Key to a Fixed Plan for a Given Query Shape Hash n MongoDB 8.0, the new setQuerySettings command allows administrators to enforce index hints and other behavior based on the query shape hash. This gives users partia...
Vinicius Grippa 8 months ago in Querying & Aggregations 0 Submitted