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

All feedback

Disable query propositions

Have a setting to turn off the suggestions that appears when you type a Query. This feature can also be completely removed, in my opinion. If i want to execute an old query i go on history tab and select it. The 99% of time the automatic suggestio...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Disable the proxy pane for standard user to be allowed to manipulate the settings

There should be an option for admins to either enter: A- Set to a manual b- none c- system proxy so its enforced - rather than grant a standard user that concept of tampering with settings in the config file mongodb-compass.conf so that it is en...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

enable $and operator for multiple words in a search term (not only $or)

It seems a commonly needed ability to decrease the amount of results from a multi-word search query instead of expanding it, since the default operator for every word is $or. If there could be a built-in $and option it will be great. Thank you.
Guest about 4 years ago in Atlas Search 1 Submitted

Higher memory hardware option in NVMe

By experience, an optimized MongoDB usually needs more IO and memory, so we can enable a horizontal scale during the live incident. So a larger memory SSD would be preferred. For AWS, eg. x2iedn or x8g(require to switch ARM) would be an option.
Guest over 1 year ago in Atlas 0 Submitted

Add UUID generation to Atlas Functions

Atlas Functions have a `utils.crypto` library that offers some basic cryptography functions. One of those should be the modern `crypto.randomUUID()` that is now standard in ECMAScript. Currently, Atlas Functions cannot generate a UUID without reso...
Guest over 2 years ago in Atlas 0 Submitted

Terraform data source for Point in Time Recovery

It has been confirmed by MongoDB support, that in Atlas, there is no way to know the last point in time you can recover a cluster to using OpsLogs. Surely this is an oversight, as we should be able to tell, from the backup material available, what...
Guest over 2 years ago in Atlas 1 Submitted

Allow comments in JSON code

It would be great if we could keep comments in JSON generated items such as indexes (both MongoDB and Atlas Search)
Guest over 2 years ago in Atlas Search 0 Submitted

Improve labeling experience in Network Access

I see option "add my current IP address in allow list" quite handy. After I click that button there is no labeling option near. I could use a search bar of browser to find a recent ip address but that is too tedious. I want labeling input just af...
Guest over 1 year ago in Atlas 0 Submitted

Include schema validation events in changestream payload

let's say my document has JSON schema validation like: { $jsonSchema: { properties: { phone: { bsonType: 'string' } } } } and the validation action is set to "warning", if I do a command like: db.test.insert({"phone":1}), I would like t...
Guest over 5 years ago in Database 1 Submitted

Compare and sync data across clusters

I would like to have the ability to compare and sync collections across different clusters. The use case would be to support data migration between different environments. Like this feature from Studio3T https://studio3t.com/knowledge-base/artic...
Guest about 4 years ago in Atlas 1 Submitted