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

Storage & Transactions

Showing 19

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 19 days ago in Storage & Transactions 0 Submitted

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 over 5 years ago in Storage & Transactions 10 Submitted

prometheus metrics availablity through privatelink

until now is only possible to get metrics from public or private peered vpc but is not actually possible through privatelink. Since privatelink are used most of the time for security reason this limitation leads to find compromises or workaround t...
Guest almost 3 years ago in Storage & Transactions 1 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 about 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...
Guest about 1 year ago in Storage & Transactions 1 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 almost 3 years ago in Storage & Transactions 0 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 over 5 years ago in Storage & Transactions 0 Submitted

Named MongoDB Connections

When a service is acting erroneously and generating hundreds or thousands of connections, it's currently difficult to determine which service is doing so when you have 30+ services connecting to MongoDB. My proposal is that we should be optionall...
Guest over 1 year ago in Storage & Transactions 1 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 over 2 years ago in Storage & Transactions 1 Submitted

Enable BigInt Support for Blockchain Use

Smart contracts on Ethereum and on Ethereum compatible chains are represented as 256bit integers. There are several libraries widely used to deal with these data types in JavaScript such as bn.js and BigNumber.js. A potential workaround could be...
Guest over 3 years ago in Storage & Transactions 0 Submitted