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

Surface hourly usage data and charges

Usage pattern can change very quickly throughout the day so a daily granularity of usage/cost is not sufficient for us to analyse usage behaviour. We need a further granularity which is the hour by hour usage and charges in order to help us moni...
Guest over 1 year ago in Billing & Account Management 0 Submitted

Do not error when performing bulkwrite operations with 0 elements

It frequently add unnecessary friction, eg if we process elements 1000 by 1000 and then process the remaining ones Just silently no-op in those cases Same for insertMany. I'm sure a lot of people would appreciate that QoL improvement
Guest 9 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Make driver aware of Autoscaling

Driver not aware of autoscaling (topology changes) This is related to https://support.mongodb.com/case/01186544. We are experiencing exceptions when autoscaling is supposed to work flawlessly. The problem seems to be that the driver checks for a ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Client-Side Automatic Field Encryption - Support contacting keyvault via Sock Proxy

When using Atlas from our application in our Datacenter, we are able to connect to it without issue. When adding CSFLE, some HTTP calls are made to login on Azure and access the AKV. These HTTP calls must go through a proxy.
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Credits API

I need an API that will allow access to the items under credits in the billing page. This will allow me to pull this information daily into our master usage database to support our dashboards
Guest about 6 years ago in Billing & Account Management 0 Submitted

Please use correct date format in invoices

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Current format: 11/01/25 This is supposed to read as 1st November 2025, but to me it says 11th January 2025 What wou...
Andy Geach 5 months ago in Billing & Account Management 1 Future Consideration

billing

The billing invoice is split by project. If we have multiple team in the same project, it a puzzle. We need to bill by cluster in this case.
Guest almost 6 years ago in Billing & Account Management 4 Submitted

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua 6 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Codec key/value support

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Trying to serialise objects using Mongo java codecs. The codec is unaware of if the target is a key or a value, which mean...
David Kilburn 6 months ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Estimated Filtered Count

Hi, We are currently using a pattern where we use a find(query).limit(x) and a count(query) with $near to find x results and display the overall count. Using this pattern, we are able to pass the same query to find and count. However that count m...
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted