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

Compressed Fields

When large JSON structures are being stored but don't need to be queryable it may be more performant to handle the compression at the field-level as opposed to the network level (similar to what is described in https://medium.com/idealo-tech-blog/...
Guest almost 5 years ago in Drivers & Frameworks 0 Submitted

Masking of PII fields

Context: We have multiple downstream systems that consume data from MongoDB. These systems are not capable of decrypting sensitive Personally Identifiable Information (PII) fields. Currently, to protect PII, data is encrypted in MongoDB, but downs...
Guest 10 months ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

A `syncIndexes()` API for PyMongo.

Implement a method on the collection object, `syncIndexes`, that takes a list of IndexModels (similar to the existing `createIndexes` method) and ensures that the indexes in the collection is exactly the same as those specified in the list. Simil...
Yi Hong 11 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Day granularity for Atlas-managed X.509 certificate

It would be great to add more granularity when creating an Atlas-managed X.509 certificate for a MongoDB user, i mean by day at least. Thank you
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

My entire team receives the billing info every month.

Billing should be limited to organization owners only and not viewable by the entire organization.
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Project Monitoring Admin -- Access

Hi Team, We need to give access to a particular team so they can create, edit, clone, disable, and delete the alarm for the entire organization in Alert setting only. We should not give them access other than the Alert setting. Is there any way ...
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

getMore retries support for autoscalling feature

its not possible use https://motor.readthedocs.io/en/stable/api-tornado/cursors.html#motor.motor_tornado.MotorCursor.to_list and https://pymongo.readthedocs.io/en/stable/api/pymongo/cursor.html#pymongo.cursor.Cursor with autoscalling feature :( ...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Short-lived AWS EKS token

Native support for short-lived AWS EKS token in MongoDB java driver, with the ability to refresh the key without any application downtime.
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Change Username

Ability to change your username after registration and be able to re-use it should you need to.
Guest almost 6 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Planned

Allow custom service names with mongodb+srv URI scheme

We are using DCOS (marathon/mesos) to manage our services. DCOS generates SRV records for our mongos instances under a record that looks like _mongos-mongodb._tcp.marathon.mesos However, there's currently no way for me to use this because when I ...
Guest almost 6 years ago in Drivers & Frameworks 1 Started