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 4011 of 4011

Default Org creation

Don't create a "me" Org by default the first time I login. I'm not creating anything independent, so I don't need my own Org. I need to use the Org owned by the domain my email address belongs to.
Guest 12 months ago in Under Review 0 Submitted

Extend schema validation to be able to enforce referential integrity between collections

Where a relational database uses 2 tables to store a 1:many "parent - child" relationship between entities, MongoDB mostly stores the child documents in an array file as part of the parent document. This automatically ensures referential integrity...
Guest almost 3 years ago in Data Modeling & Indexing 0 Submitted

Autogenerate a secret for AtlasDatabaseUser if none provided

I'd like for the controller to make a random password at the point of submitting the request, the password itself is not relevant to me as it'll be included in the returned connection string to be consumed by the applications themselves. More det...
Guest almost 2 years ago in Atlas 0 Submitted

Add a "Limit" to Delete and Bulk Delete operations

Deleting tens of millions of documents can have a big impact on the performance of the Clusters, even using Bulk Delete. A "Limit" must be added to Delete and Bulk Delete to let us limit the number of operations, making sure we do not kill the Clu...
Guest almost 6 years ago in Database 2 Submitted

fix example at https://www.mongodb.com/docs/atlas/operator/current/atlascustomrole-custom-resource/#basic-example

in the example at spec: - "name" indentation is wrong - also action should be specified as in API example connPoolStats should be actually "CONN_POOL_STATS" (with underscores, seems they disappear here when I post) - at inheritedRoles there is no ...
Guest 12 months ago in Atlas 1 Submitted

I would like to paste a Mongo ObjectId and it automatically query on it

I would like to paste a Mongo ObjectId and it automatically query on it. Right now when I go to type something into the query filter field it'll automatically add {} A great next step is if I [ctrl} + [v] paste in a MongoDB ID, then it automatic...
Guest over 2 years ago in Compass 2 Submitted

Missing UUID() support for creating/editing - UUID('486b423a-f668-4141-b8a4-3a9a5a45eb6f')

It would be very useful to create and edit fields that contain an UUID like: somekey: UUID('486b423a-f668-4141-b8a4-3a9a5a45eb6f') That should be stored as binary. I use this instead of the ObjectIDs. I can query for UUIDs but I can't edit or c...
Guest over 2 years ago in Compass 0 Submitted

Add more information to "We are deploying your changes..." blue bar

Occasionally we see the deployment blue bar but aren't sure exactly what is being done. It would be very useful to have a link to click to see what changes are currently being pushed out.
Guest almost 3 years ago in Atlas 2 Submitted

Metric reporting private endpoint state

On Mongo Atlas platform we are able to see the status of both Atlas Private Endpoint and Azure Private Endpoint. It would be helpful to have these statuses available as a metric on the prometheus integration.
Guest over 2 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Add Atlas users to existing teams even though the Atlas user is still pending invite

Currently when we send invite emails for the organization we have to wait for the users to accept the invite before we are able to configure project level permissions. This often creates confusion and bad user experience; when users first sign in ...
Guest over 4 years ago in Atlas 2 Started