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

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

Add per-user connection limit

To prevent one user/application from exhausting available connections it would be extremely helpful to have the ability to set per-user connection limits. This connection limit would only prevent the specified user from connecting once their lim...
Guest about 4 years ago in Atlas 1 Submitted

Extend db.collection.distinct() to work with multiple fields in a compound key

Currently the distinct() command finds the unique set of values for a SINGLE specified field across a collection or view. For example: db.staff.distinct("last_name" ) If there is an index on the last_name field, the DISTINCT_SCAN plan can use th...
Guest over 5 years ago in Database 1 Submitted

Existing Owner business

Please SOLVE my billing
Guest almost 3 years ago in Billing & Account Management 0 Submitted

mongodbatlas_cloud_backup_snapshot_restore_job

Add wait_for_completion field to mongodbatlas_cloud_backup_snapshot_restore_job to wait untile restore job has finished
Guest over 1 year ago in Atlas 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 almost 3 years ago in Compass & Data Explorer 0 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 almost 3 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 almost 3 years ago in Atlas Search 0 Submitted

In the Project Overview interface of Atlas, show users that the set of clusters is incomplete

In the Project Overview web interface, in the Clusters pane, four of our clusters are listed. I am new to our MongoDB deployment and to this UI. I had no way of concluding we had more than four clusters. I thought that was the complete list. I fe...
Guest over 1 year ago in Atlas 0 Submitted