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

Search results

Showing 315 of 315

Assign MongoDB roles to LDAP users

I would like to create a softlab and therefore give the possibility to a user to create collections in a database which is dedicated to him. Currently, to do that I need to : 1. create a single-member LDAP group for each user 2. map this group ...
Guest over 5 years ago in Database 0 Submitted

Improved Metrics | Memory usage by collection

The Profiler is a great tool, but it does have limitations. The metrics there don't really tell us what's driving I/O. For example, we might have these two queries: 1. a query that scans 10000 documents that active users trigger, but the queried ...
Guest almost 3 years ago in Atlas 0 Submitted

Change stream Monitoring/Aletring in management

how to monitor change stream activity per namespace 1. Number of Change streams per namespace 2. Set + Manage the allowed number of change streams 3. A metrics UI tab for OpsManager. 4. Alert if the number of change streams exceeds the set limit....
Guest almost 3 years ago in Database 0 Submitted

When changing snapshot retention, prompt user to apply new policy to existing snapshots

Currently when you change the snapshot schedule, the changes only apply to NEW snapshots. Please allow the user the option to apply the new policy automatically to all existing snapshots. Or at the very least, notify them of them of snapshots tha...
Quentin Moon almost 3 years ago in Enterprise Advanced 0 Submitted

Expired Transactions failures should be reported more clearly in the driver error message

Long-running transactions may trigger an aborted transaction, but the cause is not clearly communicated by the driver exception message. > Failed: Command insert failed: Transaction 1 has been aborted.. Unhandled exception. MongoDB.Driver.Mon...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

cross cluster lookup (kind of)

Hi, This is more of an add-on request for the aggregate(). Lets say we have two clusters , second clusters is derived from first cluster ( i-e some of the object ids in second cluster exist only in first cluster ). Now I want to do a lookup for ...
Guest almost 3 years ago in Compass & Data Explorer 1 Future Consideration

Support change streams without service discovery

Currently, change streams are not supported in standalone instances, so testing change stream functionality requires a one-node replica set. However, promoting a standalone node to a one-node replica set requires a call to `rs.initiate(config)`, w...
Guest almost 3 years ago in Database 0 Submitted

Add Event Stream Features (Apache Kafka, NATS Streaming)

I thought it would be great if mongodb can support an event streaming(event bus) feature. Existing popular event streaming services(AWS Kinesis, NATS Streaming, Apache Kafka) can persist data which is somewhat like a database. Its great for debug...
Guest almost 6 years ago in Database 1 Submitted

More fine granular OpsManger roles for API CRUD operations

More fine granular OpsManger roles for API CRUD operations In order to generate API Keys users need some pretty powerful role https://docs.opsmanager.mongodb.com/current/reference/api/org-api-keys/. Same for project API Keys https://docs.opsmana...
Guest almost 6 years ago in Enterprise Advanced 0 Submitted

Performance problem with compound index using doubles, with range filtering

It looks like there may be a problem when using doubles in a compound index and using range-test filters against all of them in a query. The problem we see from the explain plans is that far more keys are being examined that there should be and th...
Guest almost 6 years ago in Database 0 Submitted