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 3591

Compare and sync data across clusters

I would like to have the ability to compare and sync collections across different clusters. The use case would be to support data migration between different environments. Like this feature from Studio3T https://studio3t.com/knowledge-base/artic...
Guest about 4 years ago in Atlas 1 Submitted

Recyle Bin

There should be a Recycle Bin in Compass which will store deleted data or collections so that they can be restored if deleted accidently.
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Include schema validation events in changestream payload

let's say my document has JSON schema validation like: { $jsonSchema: { properties: { phone: { bsonType: 'string' } } } } and the validation action is set to "warning", if I do a command like: db.test.insert({"phone":1}), I would like t...
Guest over 5 years ago in Database 1 Submitted

Binning: Add bin "others" for outliers

Oftentimes there are outliers in the data I want do visualize (e.g. all data between value 1 and 10 but few very large values like 100). This makes e.g. bar charts unreadable when binning because I have to decide between large bin size (hiding det...
Guest over 5 years ago in Charts 0 Submitted

Granular permissions needed with Federated Authentication in Atlas

Granular permissions needed with Federated Authentication in Atlas For example(but not limited to), it would be good to assign to an external role, via Federated Authentication: -to create RS users; -to restore a RS.
Marius Daniel Negoita over 1 year ago in Atlas 0 Submitted

Workload Identity Federation Support

Workload Identity Federation is supported since Mongo 7.0 on Atlas. Ruby is still missing from the supported drivers though https://www.mongodb.com/docs/atlas/workload-oidc/#connect-an-application-to-mongodb-with-workload-identity-federation. Ad...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Live streaming logs in Atlas cluster /Compass

When using Linux machines we can get logs through tail commands with live streaming like that if you are implement in Atlas cluster/Compass it is very easy to identify issues instantly.
Guest over 2 years ago in Compass & Data Explorer 0 Submitted

Data masking policy

Implement Data masking similar to Schema Validation in Mongo so that customer can define a server-side data masking policy to mask the results of a query and a new role which will give explicit permission to users for reading unmasked data
Guest over 5 years ago in Database 0 Submitted

Avoid running queries on an ongoing condition writing. (match, lookup...)

when performing a match, lookup or other similar ops, Don't run the query as I write the conditions but only when I'm done. this will improve speed significantly and will prevent crashes due to lack of memory on very large sets. when an operation...
Guest over 2 years ago in Compass & Data Explorer 1 Submitted

Change collection on a saved query

In the My Queries section it would be nice to be able to select which collection you want to be able to run the query against or to be able to copy the query to another collection. At the moment each query is 'locked' to the collection it was ori...
Guest over 2 years ago in Compass & Data Explorer 0 Submitted