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

Ability to set mongod configuration parameters at startup

For example, when spinning up a container in CI using mongodb-atlas-local image, be able to set `ttlMonitorEnabled=false` with `setParameter`. The current workaround – spinning up an extra thread to call mongosh --eval 'db.adminCommand({ setParame...
Guest 11 months ago in Atlas CLI 0 Submitted

Support readOnly in Json Schema Validation

Support the readOnly property for json schema validation to make certain fields immutable (or the entire document) after creation.
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Golang Driver - MongoDB-AWS Authentication support for any short-lived STS token

The Golang driver supports "MONGODB-AWS" AuthMechanism when you have: - a `AWS_WEB_IDENTITY_TOKEN_FILE` and `ROLE_ARN` environment variable, eg when supplied by IAM Roles for Service Accounts (IRSA), typical in Kubernetes clusters (`assume_role...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Reuse db connection

It's much slower than other mongodb clients like Robo 3t every time I run a query, it seems that it create a new connection to the database and then executes the query. Is there any way to keep and reuse an existed connection so that to speed up t...
Guest over 3 years ago in IDEs 0 Submitted

MongoGPT Integration with MongoDB Atlas

At present, I believe users can access MongoGPT only from mongogpt.corp.mongodb.com I suggest to create integration of MongoGPT Generative AI with Atlas Console so that Developers can use it often and also benefit from it. Use cases of this Inte...
Guest 11 months ago in Atlas 0 Will Not Implement

deleteMany() execution automatically disable the balancer on sharded clusters

deleteMany() execution automatically disable the balancer on sharded clusters
Marco Barbierato 11 months ago in Replication & Sharding 0 Submitted

we have an ask to use 4 in snapshotIntervalHours

For the api - https://www.mongodb.com/docs/ops-manager/current/reference/api/backup/update-one-snapshot-schedule-by-cluster-id/ we have an ask to use 4 in snapshotIntervalHours. Right now its not supported. Supported ones are - 6, 8, 12, or 24. P...
Guest 11 months ago in Backup & Restore 0 Submitted

Aggregation pipelines history for recently used aggregations.

Aggregation pipelines that have been used recently should also be saved similar to how search queries are stored.
Guest almost 2 years ago in Compass 1 Submitted

Show the number of results when filtering a collection

It would be great to display the number of results when filtering a collection. Currently, the only way to have this information is to click through all the pages of results until reaching the last page. But often, the only information I need is...
Guest over 4 years ago in Atlas 0 Submitted

Allow null value in "in" operator

Allow null value in the "in" operator. This will help reducing code to query if a document has a specific ID or null. Helpfull when you have documents connected to a organization and/or a project. So you can filter ```{ in: { path: "project", val...
Guest 11 months ago in Atlas Search 0 Submitted