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

All feedback

Showing 4030 of 4030

Prometheus database and collection metrics

We checked the Prometheus metrics provided by MongoDB Atlas and didn't find metrics for the following: Database size Collection storage size Record per collection Indexes per collection Index size We would like to have this kind of metrics to...
Guest almost 3 years ago in Atlas Monitoring, Alerts & Observability 3 Submitted

Show time it took to complete a snapshot

In order to better troubleshoot snapshot performance issues, or maintain an understanding of how snapshots are performing and whether one is approaching a threshold where they wont be able to keep up, its a good idea to expose how long a snapshot ...
Guest over 5 years ago in Enterprise Advanced 3 Submitted

Identify users via API that are regular project users versus federated or built-in (e.g., charts) users

Expand the API to allow a way to identify and differentiate federated users and other non-manageable users (like "Charts User") from regular project users in MongoDB Atlas using API output, similar to how the Atlas UI visually marks federated user...
Guest 10 months ago in Atlas (Control Plane and Data Plane RBAC) 2 Submitted

Allow auto-scale for IOPS.

Allow auto-scale for IOPS.
Guest almost 6 years ago in Atlas 6 Submitted

Adding indexes using terraform

Ability to add indexes after new clusters are created using Terraform and data has been loaded. It will help in more automation and auto recovery.
Guest almost 6 years ago in Atlas 8 Submitted

Responsive charts

One of the selling points for Qlik is the ability to have charts that resize depending on the screen size. I struggle a bit when resizing the screen and the charts don't resize. They should be responsive and adapt to the screen size!
Guest almost 7 years ago in Charts 2 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 about 3 years ago in Database 1 Submitted

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 10 Submitted

Online Archive support the UAE (me-central-1) region

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. business need to store data within UAE for compliance reasons What would you like to see happen? Describe the desir...
Buzzin Buzzin about 1 month ago in Online Archive 1 Future Consideration

Allow to set default maxTimeMS for all cursors

By default, a cursor has no maxTimeMS. We want to be able to set the default maxTimeMS so all cursors have it set. The current Java driver does not allow to set that default and each cursor needs it manually specified. I.e. a cursor factory or d...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted