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

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks and how to pause

We would like to know the how to find out the inactive atlas cluster which are not actively using user more than two weeks and how to pause those cluster automatically which help us to save cost.
Guest 9 months ago in Billing & Account Management 1 Submitted

DataBases Prices

Several clients from Brazil frequently complain that MongoDB is expensive. One of the reasons is the need to create separate clusters (even M10-sized clusters) for development and/or staging for each production cluster. One alternative they are u...
Guest 9 months ago in Billing & Account Management 0 Submitted

invoice

Invoice should show the ClusterName combined with Cluster Tier and Server Hours same with Data Transfer. With these, it is easy to determine how much cost we are spending per ClusterName. Right now it only shows per ClusterTier which is hard to se...
Guest almost 4 years ago in Billing & Account Management 0 Submitted

TTL index throttling for deletion

To avoid deletion impact, we need to control the quantity and speed of document generations(insert). Need a way to throttle down the deletion quantity per a delete operation. i.e. # of documents per a ttl delete, sleep time between deletions(defa...
Guest over 2 years ago in Data Modeling & Indexing 0 Submitted

Add expression indexes

An expression index is one where the value being indexed is the result of an expression, like lower casing a string. http://en.wikipedia.org/wiki/Expression_index http://www.postgresql.org/docs/8.1/static/indexes-expressional.html
Guest almost 5 years ago in Data Modeling & Indexing 0 Submitted

Billing breakdown by usage dimension for private endpoints

Since private endpoint billing is based on a "capacity unit" that has three dimensions (new connections, active connections, and processed bytes), and the bill is determined by the highest of the three, it is important to know how much of each of ...
Guest 10 months ago in Billing & Account Management 0 Submitted

Support readOnly in Json Schema Validation

Support the readOnly property for json schema validation to make certain fields immutable (or the entire document) after creation.
Guest almost 4 years ago in Data Modeling & Indexing 0 Submitted

Support default values in validation

Many MongoDB users feel that default values should be supported in validation. See, for example: https://www.mongodb.com/community/forums/t/setting-default-values-in-data-schema/8411 https://www.mongodb.com/community/forums/t/support-default-value...
Guest 12 months ago in Data Modeling & Indexing 0 Submitted

Accept Cryptocurrency Payments

Accept cryptocurrency payments for billing purposes as Paypal or Cards are very unreliable. Recommended cryptos - Bitcoin (BTC), Ethereum (ETH), Bitcoin Cash (BCH), Dash. Commerce between users and mongoDB platform will greatly improve by allowin...
Guest almost 5 years ago in Billing & Account Management 0 Submitted

Compound clustered index

Now it is possible to create a clustered index for only one field. Since documents can be arranged in ascending order of multiple fields, I see no reason to disallow a clustered index from being a compound. Expected syntax: ``` create_collection(...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted