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

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest almost 3 years ago in Querying & Aggregations 1 Submitted

Please let users know you will be making huge charges for no services provided!

Please let know users that Atlas will generate huge charges for NO usage and will be hit with huge bills without having even used your service. Also, please let users know that MongoDB will not build or compile on Raspberry Pi either Ubuntu or Deb...
Guest almost 3 years ago in Billing & Account Management 1 Submitted

Calculate Atlas Enterprise by sku

On the invoice, calculate the support value per SKU. Currently, the value of Atlas Enterprise is not included in the SKU.
Guest over 1 year ago in Billing & Account Management 0 Submitted

Disable duplicate linked Organization names

Currently, one can create multiple linked sub-organizations under a main billing organization, but having the exact same names. The below API command, run repeatedly, will create the same sub-org name with different orgId's. I believe this only se...
Michael Sew almost 3 years ago in Billing & Account Management 0 Submitted

Add a button to retry to collect a payment on the billing - invoices tab

Add a button to retry to collect the payment from a credit card on user request. This will help when there are problems with the credit card funds or credit limit.
Guest almost 3 years ago in Billing & Account Management 0 Submitted

Add SHA2, SHA3 and ECDSA functions to agg framework

It is very useful (and valuable security-wise) to be able to reverify hashes and signatures "on-engine" instead of dragging material out to a client app and running the algo there. The implementations are straightforward and everywhere now so it's...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted

Please add a debit card payment method.

Some countries use debit cards primarily so it would be great if we could have that option as a payment method.
Guest over 4 years ago in Billing & Account Management 0 Submitted

Data transfer costs - Capacity Units Breakdown Invoice

On the invoices include the costs of data-transfer based on capacity units / hour. Capacity units are calculated based on 3 categories: "New connections or flows","Active connections or flows" or "Processed bytes". One of the difficulties from th...
Guest over 1 year ago in Billing & Account Management 0 Submitted

Is there any limitation on size of query in pipeline (character in query, not data)

I have an aggregate query, when the character in pipeline over 21066 character, the result return wrong format that the pipeline expected. So I wonder is there any limitation on size of query in pipeline? My case is: Query: [ "$match":{"profileI...
Guest over 1 year ago in Querying & Aggregations 0 Submitted

geo

It would be nice to get the length of an LineString of a geo-json object or the possibility to write an aggregation to calculate it.
Guest about 3 years ago in Querying & Aggregations 0 Submitted