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 316 of 4009

Improve Changestream metadata by including userId(who), action/intent (event name).

This can be done by including meta data in the options for C(R)UD operations! Something like: `User.updateOne({ _id }, { $set: { name: "newName" } }, { $meta: { userId: _id, action: "nameUpdated" })` This is super useful because now changestream ...
Guest about 2 years ago in Database 0 Submitted

bloom filter index

https://www.percona.com/blog/2019/06/14/bloom-indexes-in-postgresql/ I think having an option to use bloom filter indexes could provide for better performance when compared to compound indexes and eliminate the need for having multiple indexes. I...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Collection Comments

I would like the ability to attach comments to a collection so that other people using the data can get some understand of context or important Readme/FAQ that I would need to share.
Guest over 5 years ago in Database 0 Submitted

Support retrieving all connections info from clients to mongodb

Support retrieving all connections info from clients to mongodb, not just those running commands returned by currentOp(). OS command netstat can return all ip info, but it does not contain the relation ino between ip and database such database nam...
Guest about 1 year ago in Database 0 Submitted

I just wanted to say Good job!!!

Appreciation
Guest over 2 years ago in Database 0 Submitted

Exclude PDB files from installation

mongod.pdb is nearly 1.0GB, mongos.pdb - 0.5GB Since these fils are not necessary for the server to function properly, they should be optional, e.g. provide a checkbox to exclude them during installation.
Guest over 2 years ago in Database 1 Submitted

Support compound TTL index

Right now you can only do a single field TTL index. I would like a put a TTL on a compound index.
Guest over 3 years ago in Data Modeling & Indexing 1 Submitted

TTL Support within a document

The current TTL implementation where documents can expire after a certain amount of time is extremely useful, especially because of its robustness in terms of if the db crashes. I would love for this to be extended upon with the ability to allow...
Guest over 3 years ago in Database 0 Submitted

Make IAM database user authentication compatible with AWS SSO

We are in the process of implementing AWS SSO across our Organisation and wanted to tie this in with mongodb-aws for database authentication. Unfortunately we have been informed the 2 services are not compatible. This would be a really useful ad...
Guest over 4 years ago in Database 3 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