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

STIG for MongoDB 6

No description provided
Guest almost 4 years ago in Security, IAM, and Compliance 0 Submitted

Warn when attempting to add a new IP address to network access that is already covered by an existing entry

Currently, if one tries to add a new IP address to the list of whitelisted IPs for a database in the 'Network Access' page, and the new IP is a duplicate of an existing entry, there is no warning or indication given to the user, and the list of IP...
Guest almost 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Please create a build in role that grants developers all permissions needed to add/edit schema validations short of adminAll.

Please create a built-in role that grants developers all permissions needed to add/edit schema validations short of dbAdminAnyDatabase.
Guest about 4 years ago in Security, IAM, and Compliance 0 Submitted

Make The client model serializable

I am working on a mongodb connector for the Apache Flink project - https://flink.apache.org/ Internally, Flink is using java serialization to save the records it is working on in a state which in turn used to recover from failures etc, as well as...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Recreate Account | Sign Up | MongoDB Atlas

There are many new web developer come on MongoDB Atlas. There create there account and start working but don't know any thing about MongoDB. Something goes wrong on there setup and decided to recreate there account and follow all the instructions....
Guest about 4 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Support for CentOS Stream 8 in MongoDB OPS Manager version 5.x

Per the Server Support Matrix https://www.mongodb.com/try/download/ops-manager support for CentOS Stream 8 is not al. We would like to see the currently supported MongoDB OPS Manager version 5.x available on the CentOS Stream 8 distribution.
Guest over 4 years ago in Security, IAM, and Compliance 0 Submitted

Multiple collection ACID transactions

Currently we can update multiple documents with one query if all documents belong to the same collection as shown below; dB.collection.bulkWrite([ query1, query2, query3, query4 ]) This feature is wonderful but it is paramount if mongodb can ena...
Guest over 4 years ago in Drivers & Frameworks 0 Submitted

I want Drive with U !?!! Filo

Driver for a nice New World
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

SnakeCaseElementNameConvention

Please add support for snake case convention. Snake Case is super popular with API designs. https://mongodb.github.io/mongo-csharp-driver/2.13/reference/bson/mapping/conventions/
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement