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

Showing 311 of 3874

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest 7 months ago in Performance & Optimization 0 Submitted

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.
Guest almost 2 years ago in Database 1 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 almost 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 almost 2 years ago in Querying & Aggregations 0 Submitted

Unique index in sharded cluster

For enforcing uniqueness in a sharded cluster, the officially recommended approach provided here https://docs.mongodb.com/manual/tutorial/unique-constraints-on-arbitrary-fields/#std-label-shard-key-arbitrary-uniqueness is simplistic and in product...
Guest almost 4 years ago in Replication & Sharding 0 Submitted

Elevate hidden replica to a voting member when quorum is lost for a Replica Set

The MongoDB engine should allow for hidden members in a replica set to be automatically elevated to a voting member. When quorum is lost and can't be met, the hidden replica is automatically reconfigured to a voting member to obtain quorum. When ...
Guest over 5 years ago in Replication & Sharding 1 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 over 2 years ago in Database 0 Submitted

define the random seed manually, for $rand and $sample

It will be great if an additional paramater to define the seed for $rand and $sample could be use.
Guest about 2 years ago in Querying & Aggregations 1 Submitted

Get metadata about source client connection that submitted a given change

Currently with change streams it is impossible to know who or what connection initiated the changes. It would be a good feature to have to be able to receive some data about the source client connection that initiated a change. My particular us...
Guest over 3 years ago in Database 0 Submitted

Named MongoDB Connections

When a service is acting erroneously and generating hundreds or thousands of connections, it's currently difficult to determine which service is doing so when you have 30+ services connecting to MongoDB. My proposal is that we should be optionall...
Guest over 1 year ago in Storage & Transactions 1 Submitted