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

Feedback

Include or flag nodes seen more than once / duplicates when traversing with $graphLookup

When traversing a graph with $graphLookup, we suppress duplicates (in cases of cycles). It would be useful to have an option to include a flag indicating a node that caused the traversal to stop due to duplication.
Mary Gorman about 2 years ago in Database 1 Submitted

Accept-Range for backup download

The backup archives can be very large, and if my download is interrupted, without Accept-Range, it is not resumable. A length header is also missing, so the downloader doesn't know the size of the archive.
Guest over 5 years ago in Atlas Backups 3 Submitted

Make it possible to specify the key names in the Kubernetes Secret containing S3 access and secret access keys when configuring backups

Currently, the expected data key names in the Secrets referenced in the MongoDBOpsManager CR snippet below are hard-coded into the operator as "accessKey" and "secretKey". ``` apiVersion: mongodb.com/v1 kind: MongoDBOpsManager ... spec: backup:...
Guest 9 months ago in Atlas Backups 0 Submitted

Atlas GovCloud Archival

Please add the online archive feature for GovCloud
Guest 9 months ago in Atlas Backups 0 Submitted

Metadata (Created Date) for database accounts

We frequently have audit questions about when a given user was created in our Mongo databases. Other DBMSs (Oracle, for instance) have a 'CREATED' field in a metadata table (i.e. DBA_USERS) that shows when a user was created, and this would be ver...
Matthew Haught over 1 year ago in Database 0 Submitted

Budget limit for serverless pay as you go mode

I was looking at the serverless pay-as-you-go option for my DB so I could have continuous backup and snapshots but I found it too risky. Currently, the only protection user has is alerts when RPUs go over a certain budget threshold. I would like t...
Guest about 3 years ago in Database 0 Submitted

Opt-in to backups being taken in a secondary region

Specifically taking backups in a secondary region, rather than copying the snapshots across to another region. This would enable nodes in the highest priority region to all have the same priority.
Guest over 4 years ago in Atlas Backups 0 Submitted

TTL index throttling for deletion

To avoid deletion impact, we need to control the quantity and speed of document generations(insert). Need a way to throttle down the deletion quantity per a delete operation. i.e. # of documents per a ttl delete, sleep time between deletions(defa...
Guest over 2 years ago in Data Modeling & Indexing 0 Submitted

support parallel query executions include find(), aggregation()

To use multi-core environment and enhance the query performance w/ a large amount of documents, need a parallel execution. Sharding or microsharding is not an alternative in this case.
Guest over 2 years ago in Querying & Aggregations 0 Submitted

NoTableScan at the collection level

NoTableScan at the collection level instead of mongod level.
Guest almost 5 years ago in Database 1 Submitted