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

Move Client Model into a separate Maven artifact

Currently there's a large client library: mongodb-driver-core. My suggestion is to split it into 2 - moving out the com.mongodb.client.model package into a separate module. The reason I need (and hopefully it's not just me) is because I'm trying ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Data Usage Reporting & Improved Profiler

The Current Problem: The existing issue stems from MongoDB's inability to provide concrete evidence supporting the data charges for your data usage. This predicament becomes especially troublesome when your system typically operates within a data ...
Guest over 2 years ago in Billing & Account Management 0 Submitted

Support opentracing for the go driver

No description provided
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

Self-served spend reports

UK customer, would like self-served spend reports, and the ability to slice and dice, like Google and DoiT their GCP re-seller. The current approach is very old fashioned.... manual etc.
Guest almost 5 years ago in Billing & Account Management 0 Submitted

Update PayPal email address

I have found that once a PayPal email address has been captured, your system won't let me update it, even if I delete it and replace it with completely different information on PayPal's end. PayPal email addresses should not be immutable informati...
Guest about 5 years ago in Billing & Account Management 1 Submitted

JVM Driver - Implement CRaC interfaces into connection pool to allow for database access in an AWS Lambda function startup with SnapStart

See AWS Docs here - https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html Essentially, the pool should disconnect all open connections when saving state to prevent accidental connection reuse.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support for FilterDefinition as part of Atlas Search/$search

Allow the Search Function to accept a FilterDefinition object and/or a SortDefinition object to do the filtering/sorting as part of the Search routine instead of it being in a unique format only to search.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add more detailed information about SUSPENDED account state

When an account get susspended due to some debt on invoices. Please add a detailed step by step process indicating how the service gonna be stopped after some time. This, becuase today in the email, you only say "please pay the invoice" but you do...
Guest over 2 years ago in Billing & Account Management 0 Submitted

Request billing invoices via API calls at project and cluster level

We need the possibility to request billing invoices via API calls at the project and also cluster level. The information should be available as it is broken down in the invoices that can be downloaded from Atlas as a csv file.
Guest over 2 years ago in Billing & Account Management 0 Submitted

Add support for directly marshaling arrays and slices to Extended JSON

The Extended JSON encoder does not support encoding arrays and slices by themselves. The decoder does support decoding JSON arrays into slices. Add support for encoding arrays and slices to a JSON array.
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement