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

Allow following a referenced ObjectID to the associated document

I have documents that reference other documents in other collections using the ObjectId. It would be really helpful if I could follow these references in Compass to the associated document. For example, if I find a specific document by using ...
Guest over 3 years ago in Compass 3 Submitted

Add single link between workload identity provider and organization via Terraform

We currently have multiple Terraform workspaces for different environments that each set up their own MongoDB Atlas workload identity provider (AKS cluster). In order to link these providers to the organization you have to manage a "mongodbatlas_f...
Guest 6 months ago in Atlas 0 Submitted

Expose API for Self-Service Increase of the Clusters per Project Limit

Give Atlas users the ability to increase the number of clusters they can create in a single project above the 25 cluster limit without having to file a support ticket.
Guest over 3 years ago in Atlas 0 Submitted

Customize MongoDB Charts - Chart font

Can we please have a customization option (font styling) for the chart's text? It would be great if we can change the font styles(font-family) of the binns, text and data, etc used in the chart.
Guest almost 5 years ago in Charts 0 Submitted

Support auth token from service accounts

Support auth token from service accounts in the provider configuration, as well as API keys, https://www.mongodb.com/docs/atlas/configure-api-access/#make-an-api-request.
Guest 6 months ago in Atlas 1 Submitted

Support compound/multiple grouping keys in $bucket

We often need to compute statistical/summarizing aggregations grouped by more than one field where all fields are of a $bucket-able type. An example, would be to count all orders grouped by their status and some custom time ranges of their creati...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted

Implement $bucket and $group on indexed values with sub-linear runtime

We noticed that sum $bucket and $group aggregations such as $min, $max, $count are unexpectedly slow even when fully covered by an index, (partially) because the DB scans through the entire index rather than employing optimization approaches such ...
Guest almost 3 years ago in Performance & Optimization 0 Submitted

Ability to choose what to dynamically index

When using dynamic mapping, it would be useful for better control on the index to allow choosing which index types are created. Exemple: dynamic: true // Map all fields dynamic: false // Don't use dynamic mapping dynamic: ["string","bool"] // O...
Guest over 1 year ago in Atlas Search 0 Submitted

Activity Feed cluster updates does not show old and new versions

Cluster updates do not show the old version Atlas is updating from, or the new version Atlas is updating to. It'd be great to see both of these pieces of information in the activity feed.
Guest almost 4 years ago in Atlas 0 Submitted

Identification of unused/less used collections

As a DBA I'd like to identify unused collections so that I can remove them to optimize performance. As of now there doesn’t seem to be a direct way. One option could be to settup auditing or using logging (e.g. set the slow op timer to 0 so we log...
Guest over 4 years ago in Database 1 Submitted