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

Database

Showing 338 of 2894

Automatic Indexes

MongoDB can already suggest useful indexes. Why not take the next step and allow MongoDB to autonomously create and manage indexes. Ideally it will automatically maintain the indexes over time as the structure and usage of the database changes.
Guest over 5 years ago in Database 1 Submitted

CSFLE - Enable aggregation stages for non-encrypted collections

When encrypting any collection with CSFLE, aggregation is not allowed on non-encrypted collections. The official recommendation is to maintain 2 clients: 1 for CSFLE and 1 for when aggregation is needed. How is this an acceptable solution?
Guest over 3 years ago in Database 0 Submitted

Preserve field order in $merge

Filed on behalf of https://jira.mongodb.org/browse/SERVER-63853: A variety of formats require strict adherence to the sequence of fields, such as bioinformatics Files of such formats are often very large and contain nested structures, so it is c...
Guest over 3 years ago in Database 0 Submitted

array length as computed to be indexed

in some cases, I need to filter only docs with specific (or range of) sizes of nested arrays. it will be good if I can configure 'automatic index' to keep the length of the array, based on the field name I will provide to the index, and then I can...
Guest almost 2 years ago in Database 0 Submitted

AWS IAM Role integration with MongoDB On premise

We are planning to integrate AWS IAM Roles/Users with MongoDB On-premise for password-less authentication. So the authentication happens through IAM Profile. However, we noticed currently MongoDB on-premise doesn't support AWS IAM Role integration...
Guest almost 2 years ago in Database 0 Submitted

session

The possibility configure what network or IP the user can be connect in the cluster in the mongo atlas.
Guest almost 2 years ago in Database 0 Submitted

Allow disabling auto removal for capped collections

Capped collections work as a circular buffer - when adding new documents after the size limit is reached, old documents are removed. I would like to have an option for the collection, where this behavior can be changed - instead of removing old ...
Guest almost 2 years ago in Database 0 Submitted

add index on oplog collection which will avoid full collection scan where change stream enabled , as of now full scan causing high cpu

add an index on oplog collection for change stream to avoid full collection
Guest almost 2 years ago in Database 0 Submitted

placement of mongosh,mongo tools and mongo binary inside core bin

Hi Team, Hope you are doing great! Didn't understand the purpose of keeping mongosh,mongo tools and mongo binary separately, can't this be place in a single rpm/tar file so that it can be easy the installation process. As per the current : Mongo b...
Guest almost 2 years ago in Database 0 Submitted

Allow rotation of Arbiter TLS certificates when authentication is enabled

Mongo arbiters do not support using db.rotateCertificates(), because they do not possess the internal table of user and role mappings used for authentication. Add functionality to enable rotation of these certificates.
Guest almost 2 years ago in Database 0 Submitted