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

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 Relaxed mode support for the $out operator

Add Relaxed mode support for the $out operator. *and include as option in the existing drivers
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Aggregations should allow an empty sort stage instead of returning an error

When you run an aggregation pipeline that contains an empty sort stage (like `{"$sort": {}}`) MongoDB returns the error message "$sort stage must have at least one sort key". It would be really helpful if such a stage would work and simply not app...
Guest almost 2 years ago in Querying & Aggregations 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

Sorting support on Array fields.

Presently, I'm attempting to arrange(sort) the documents within my collection based on a key nested within an array object. However, sorting isn't functioning as expected in this scenario. A proper explanation with example is here what I mean. ht...
Guest about 2 years ago in Querying & Aggregations 0 Submitted

Option to remove the old clusters from Billing overview

Have an option to remove old/deleted clusters from Billing overview > Usage By Deployment. Now only after 12 months (if not used anymore) the name will be removed from the chart.
Guest about 4 years ago in Billing & Account Management 0 Submitted

JSON

I'm converting a lot of data for export from MongoDB -> Postgresql I would like an aggregation function to convert an object to JSON { "$addField": { "_id": true, "json": { '$convert': { 'input': '$subdocument', 'to': 'json', # // Id...
Guest about 2 years ago in Querying & Aggregations 0 Submitted

Support resource tags included in billing ingestion dashboard while filtering Charts billing dashboard by resource tags

It's important to support resource tags included in billing ingestion dashboard and filtering the charts based on these resource tags. Include the resource tags in Atlas billing dashboard as filter/group criteria
Guest about 2 years ago in Billing & Account Management 0 Submitted

support $lookup for update aggregation

We frequently denormalise either full documents or subsets to different documents in order to speed up reading, create indexes or paginate/sort on fields. Consider a user collection and a task collection, if a task can be assigned to the user, it...
Guest over 4 years ago in Querying & Aggregations 2 Submitted