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

Showing 104 of 4027

CSFLE - Enable automatic decryption of change streams

Currently change streams are disabled when a CSFLE MonogClient() session is used. This is due to this CSFLE specifications. > Mongocryptd will not support “collectionless” aggregation metadata sources, which read metadata that doesn’t pertain...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

MongoChangeStreamCursor.getResumeToken() should be initialized on open

A newly opened change stream cursor returns null for `getResumeToken()`. This makes fault tolerance cumbersome and full of corner cases during the period before the cursor acquires its resume token, which can take a long time on a quiescent databa...
Guest almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support getting connection provider when connecting with aws authentication

It would be helpful if the connect function would support getting one of "@aws-sdk/credential-providers", in case of AWS authentication. see: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_credential_providers.html#fromNod...
Guest almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

IDE Plugin

Provide a way for MongoDB users to interact with their data from an IDE
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

UTF 16 and UTF 32 support

Currently MongoDB only support UTF 8 strings but it will be great if there is a configuration to change UTF 16 or UTF 32.
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Normalize maximum time in MS parameter name, maxTimeMS vs max_time_ms

Currently, some operations such as aggregate() or count\_documents use maxTimeMS as parameter name, but others such as the find(), use max\_time\_ms, so unless you memorize which method uses which nomenclature, you have to check the docs every tim...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

BSON::Proxy Proxy content from/to another collection

I would like a mongodb data type, called BSON::Proxy # not indexable or searchable Which would hold the value of another collection & id. IE: BSON::Proxy({database: "this_one", collection: "blobs", _id: "123"}) This would allow my code to...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Generic count property in _WriteResult class

Hi, I'm using a MongoDB as a backend for my API and often come to a case where i want to validate whether I updated, inserted or deleted any records. At the moment I use the deleted_count and machted_count properties in the DeleteResult and Updat...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Change how document size is calculated

Disclaimer: I'm aware that this is a pretty big feature request. Currently a document has a max size of 16 mb. I'm not suggesting changing that. However, I'm suggesting changing how that size is calculated. I'm designing a database in which docu...
Guest almost 4 years ago in Data Modeling & Indexing 0 Submitted