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 21 of 4027

XA Support

Is there any plan to implement distributed transaction that involves more than one data stores (for e.g. an RDBMS and Mongo)? We have one such requirement and tried a simple POC by creating a simple class extending XAResource (MongoXAResource impl...
Guest almost 6 years ago in Storage & Transactions 11 Submitted

Ability to increase compression level using zlib

Currently, changing compression level using zlib is not supported. It would be beneficial especially for the systems running on s390x platform to have an option to increase the compression level rather than using the default.
Guest 6 months ago in Storage & Transactions 0 Submitted

CSFLE - Support native key rotation with Azure Key Vault

Hello MongoDB Product Manager, We use the CSFLE functionality with Azure Key Vault as a key manager and everything works fine except the management of the master key (CMK) and its rotation. All because it is not possible to use Azure Key Vault's...
Geoffrey Céré over 2 years ago in FLE and Queryable Encryption 2 Submitted

Automatic Encryption library available via package manager

Hello MongoDB Product Manager, We’re currently building an application container that uses `libmongocrypt`, and for Client-Side Field Level Encryption (CSFLE), we are leveraging Automatic Encryption, which depends on the `mongo_crypt_v1.dylib` li...
Andre Marzulo 7 months ago in FLE and Queryable Encryption 0 Submitted

Lock on session start level with provided keys

Scenario: Parallel DB updates with transactions on multiple collections that use same documents. Example: Calculate some common stuff to embed it in extra collections to avoid lookups. Problem: Lock and timeout on documents uses up valuable time ...
Guest over 2 years ago in Storage & Transactions 0 Submitted

Making operations that hang indefinitely more visible

Hi Team, It would be useful for some kind of timeout message to be implemented if an operation is waiting on commitQuorum - say wait an hour and then return an error message with "Can't perform operation, required number of commitQuorum members n...
Frederik Nosi over 1 year ago in Storage & Transactions 1 Submitted

Additional checks for storage consistency

The following opt-in features would add additional check to check for storage layer corruptions of collections. 1. Upon write read what data was committed to disk. 2. Periodic or scheduled scanning of a collection. Similar to collection.validate ...
Guest about 6 years ago in Storage & Transactions 0 Submitted

sharding error shardsvr

Make it clear which node is causing the "shardsvr" error. Spawned from support case 01042995 Our error occurred when the user tried to connect using Compass. The failure was to list the collection names on one database. The error presented back...
Guest over 3 years ago in Storage & Transactions 0 Submitted

Switch for returning encrypted blob when providing old DEK

When rotating keys, we would like the option to still be able to fetch old documents with fields encrypted with an old DEK, exactly like what happens when we're querying documents without a DEK at all. This could be done with a bool switch when se...
Guest over 2 years ago in FLE and Queryable Encryption 0 Submitted

add IO throughput related fields to 'serverStatus' output

There is no IO throughput related fields in the result of serverStatus, instead in FTDC this is available in the disk metrics. Need it in `serverStatus` output so that we can monitor it.
Guest almost 3 years ago in Storage & Transactions 1 Submitted