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

Diacritic insensitive contains search on a single field

I would like to perform a "contains" query on a single text field in a case insensitive and diacritic insensitive way. I would like the query to have the performance of the field being in a text index by itself (assuming that this gives the maximu...
Guest about 5 years ago in Database 0 Submitted

Add an option for $addToSet to use a specific field in the array for uniqueness

Currently, the $addToSet for upserting to an array checks for object equality (when the array elements are objects). We sometimes need to check for uniqueness based on a specific field of the object rather than the object as a whole, and the only ...
Guest about 5 years ago in Database 0 Submitted

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest about 5 years ago in Database 0 Submitted

Arrow function support

Is there any plan to implement arrow functions support? The current way to use functions (BSON type 13) is using traditional javascript functions: ```function() { ... emit(key, value); } ``` It would be great to support also arrow functions: ...
Guest about 5 years ago in Database 0 Submitted

options for different compute configuration per shards

Can we have options for different compute configuration per shards?
Guest over 5 years ago in Database 0 Submitted

4.4 to the EU on regular instance for development!

I work on mongodb in the EU.. i want to use the atlas search but i also need some features of v4.4 In development and for general everyday projects where our clients don't have large user bases we generally go for M2 instances.. affordable while ...
Guest over 5 years ago in Database 0 Submitted

Show Cursor Not Found Errors (telemetry)

We have a lot of cursor not found errors and currently there isn't an easy way to locate them at the Atlas integrated monitoring. It would be nice to have this feature.
Guest over 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Show shard node name in alerts

When receiving tens of emails regarding a dangerous condition on a node it would be helpful to know which node instead of having to click in the email to get to the portal to know if the issue affects our primary node or a secondary node. Thanks
Guest over 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Stream profiler data to external services

Currently there doesn't seem to be a way to set up custom alerts and monitoring on specific metrics such as when the size of documents returned form a query exceeds a certain limit, even though that information is available through the Profiler wh...
Guest over 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Bundle rest service together DB

As per current industry practice, REST/Json became standard way to deal with the data between the FE application and Backend DB. So if REST the server/service is bundled with DB it would eliminate the need of a middleware tier in most cases. It m...
Guest over 5 years ago in Database 0 Submitted