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

Combining collections from two different database

allow to combine Collection A from DB1 and Collection B from DB2
Guest almost 5 years ago in Charts 1 Submitted

A `syncIndexes()` API for PyMongo.

Implement a method on the collection object, `syncIndexes`, that takes a list of IndexModels (similar to the existing `createIndexes` method) and ensures that the indexes in the collection is exactly the same as those specified in the list. Simil...
Guest 7 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add "Copy as JSON" to Performance Advisor

In Performance Advisor, I can see sample queries for each index suggestion. They are formatted "nicely" for human viewing, but to actually investigate it, one would want to copy it as valid mongodb json, and run it with `explain` or analyze it in ...
Guest about 6 years ago in Atlas 0 Submitted

Support Private Endpoint TO customer's VPC/VNet

This would allow a Private Endpoint to connect FROM an Atlas Project TO a customer's VPC/Vnet (using AWS PrivateLink or Azure Private Link), for accessing private services like a private webhook for alerting, LDAP, and/or KMS
Guest almost 5 years ago in Atlas 0 Submitted

Vault should return users only once they can be used

Currently, the Vault Plugin immediately returns the MongoDB users after they are created in Atlas. However, they have not been rolled out to the actual nodes yet. Immediately using them on a cluster will fail. Unfortunately MongoDB does not want ...
Guest about 4 years ago in Atlas 1 Will Not Implement

Reduce the height of ribbons

In atlas we have multiple ribbons - Atlas (with your organizations) - Projects (with Data Services and Charts) - The cluster view (with the big ribbon containing all tabs, the path to cluster, the version, region) - The database view The two late...
Guest about 1 year ago in Atlas 0 Submitted

Linux ARM 64 builds (Apple M1)

The linux support of the apple M1 and following chips is getting better in a fast pace. Would be great if mongodb compass could be used on such a device / operating system combo.
Guest over 2 years ago in Compass 0 Future Consideration

Refresh databases

Bring back the "Refresh databases" button shortcut next to create database
Guest about 1 year ago in Compass 1 Submitted

Sort by a specific array index

When creating indexes and sorting with "normal" queries, it is possible to index/sort on a specific array index (e.g. `foo.0.bar`). I do this because the search results grid in our UI only has room to show the first `foo.bar` result, so it doesn't...
Guest over 2 years ago in Atlas Search 1 Submitted

Allow to decrease time series granularity and custom bucketing values

In our IoT use case, we are leveraging MongoDB’s time series functionality. Due to high write volume, we need to adjust the timeseries.granularity and bucketMaxSpanSeconds parameters to manage the write load. However, after increasing the bucketMa...
Guest about 1 year ago in Database 0 Submitted