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 3621

Leveraging Group By/Distinct Query to use regular Index

When using Group By or Distinct queries on database, provide the ability to leverage existing index i.e these queries today will miss using existing index db.collection.distinct("field") db.collection.aggregate([ { $group: { _id: "$category", ...
Guest 8 months ago in Querying & Aggregations 0 Submitted

Allow kill connections

Kill session commands only stop current activities on DB, but not closing/dropping connections (connections still remain open in $listSessions). It´d be useful to be able to close opened connections in situations where too many sessions have been ...
Guest over 5 years ago in Database 0 Submitted

Support Slack in Third Party Integration

Slack is supported via UI or API, but not via the Terraform Provider (v1.3.1).
Guest over 3 years ago in Atlas 3 Submitted

Lock a user account

We have an occasional need to disable/lock an individual database user. Either because of a run away process or inactivity. We do not want to change the password or drop the user as we may need to reenable the user quickly with the same permission...
Guest over 2 years ago in Atlas 0 Submitted

Feedback on the Atlas Search Visual Index Builder

How can we improve?
Guest almost 2 years ago in Atlas Search 5 Submitted

Improve Cluster Name Limits

Cluster names currently impose the following limits: * Cluster names shorter than 23 characters can't end with hyphen or dash (-) * Cluster names 23 characters or longer can't use a hyphen or dash (-) as its 23rd character. Instead, we should e...
Guest over 4 years ago in Atlas 1 Submitted

Allow me to stay logged in for a long period of time

I access Mongo Cloud / Atlas very frequently. However, almost every day I need to re-login using my Google account. It doesn't seem to "remember" my session. I would love if I can extend the default, and let me (and other members) stay logged in f...
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 4 Submitted

Enabling LUUID, NUUID in filters

With https://jira.mongodb.org/browse/COMPASS-1083, support was added for the UUID in filters and expressions, as well as the bindata type. It would be very useful to also have direct support for NUUID and LUUID identifiers in filters, so that you ...
Guest about 5 years ago in Compass 2 Submitted

When migrating shared/serverless/flex to dedicated - name the nodes correctly

We recently had a few clusters migrated from serverless and flex to dedicated clusters. In some of them - the nodes of the new dedicated cluster were still the automatic, hashed names of the previous type. I think it would be a super great idea to...
Guest 4 months ago in Atlas 0 Submitted

Improvement to Atlas API - return the cluster name in the json

Hi, We use Atlas administration API extensively in some admin apps we created over Atlas. For example, we use the get all processes in project to get all the node names in a project and then iterate over them to perform various operations. For som...
Guest 4 months ago in Infra-as-code & APIs 0 Submitted