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 143 of 4027

Support TagWithCallSite and TagWith with EF Core Provider

It'd be good to support TagWithCallSite and TagWith so it's easier to figure out where the queries came from. The "tag" could be put in the query option comments so that it can be used when profiling and with otel integrations.
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Expose billing usage on free tiers

An email was just sent out with the following information: ---------------------------- As a user of the App Services free tier, we have some exciting updates for you. After receiving your feedback, we will be moving to a daily free tier model t...
Guest almost 2 years ago in Billing & Account Management 0 Submitted

Asynchronous variant of IIdGenerator

We have use cases where IDs assigned to documents are generated by an external service. Communication with the external service is asynchronous. We have created custom IIdGenerator implementations for this purpose, and they work, but unfortunately...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

BsonIgnoreIfEmpty - Property Attribute

Like BsonIgnoreIfDefault and BsonIgnoreIfNull, we can add BsonIgnoreIfEmpty. It can be added on IEnumerables (which we basically know they cannot have infinite values since it is inserted to db after all..) and if the IEnumerable is empty, it wont...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow showing Total Usage chart based on Usage Date instead of Billed Date

On the billing page (cloud.mongodb.com/v2#/org/.../billing/invoice/...) there is a “Total Usage” chart that uses the Billed Date to paint the bars. It would be great to be able to switch to the Usage Date instead. This would help me to better un...
Guest almost 2 years ago in Billing & Account Management 0 Submitted

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow Organizations without a Subscription to have linked organizations

Currently, to be able to link organizations to a single paying organization (ie. linked organizations), it requires an active (paid) subscription. My use-case is that we have an enterprise subscription on our production organization, but wish to h...
Michael Sew almost 2 years ago in Billing & Account Management 0 Submitted

mode of payment

Please include a column for mode of payment made in the invoice.
Guest almost 6 years ago in Billing & Account Management 0 Submitted

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

F# Driver

We would like to use MongoDB with F#. There was a brief of prototype solution archived in github but was abandoned. The project I am talking about is https://github.com/mongodb-labs/mongo-fsharp-driver-prototype/pulse This is an official request ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted