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

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 almost 4 years ago in Atlas 1 Submitted

Alerting mechanism to notify when the node internal/external IP changes for MongoDB Atlas Cluster node

We would need an alerting mechanism to notify the team when the node external/internal IP changes. This helps us to troubleshoot the problem quicker and can change in the firewall configuration quickly.
Guest over 1 year ago in Atlas 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

Existing Owner business

Please SOLVE my billing
Guest over 2 years ago in Billing & Account Management 0 Submitted

copy an Online Archive to another region

Provide the possibility to copy an Online Archive to another region, the same way a backup snapshot can be copied to another region.
Guest over 1 year ago in Atlas Backups 0 Submitted

Make Compass update notification non-blocking

New versions are constantly available. Blocking workflow with constant prompts is frustrating. No other software does this. Put in taskbar or somewhere passive!!
Guest over 2 years 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

create roles with rights on wildcard database like collections

Exemple: use admin db.createRole( { role: "UserCanCreateDbTest", privileges: [ { resource: { db: "test*", collection: "*" }, actions: [ "update", "insert", "remove" ] }, { resource: { db: "test*", collection: "*" }, actions: [ "find" ] } ],...
Guest over 2 years ago in Atlas 0 Submitted

Ability to randomize score

I would like to be able to add randomness to the search results' score.
Guest over 2 years ago in Atlas Search 0 Submitted