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 311 of 3874

Ability to see historical `serverStatus.uptime` counter info on MongoDB Server process

*What is the problem that needs to be solved?* Store (historically) `serverStatus.uptime` counter info on MongoDB Server process, so that it will be possible to track `serverStatus.uptime` changes through the time. *Why is it a problem? (the pain...
Guest over 5 years ago in Database 1 Submitted

Multiple unique single indexes in sharded collections

MongoDB sharded collection can only have one unique index which is the shard key. However, in real applications, one might need more than one single unique index. "Proxy" collections suggested in https://www.mongodb.com/docs/manual/tutorial/unique...
Guest 12 months ago in Data Modeling & Indexing 1 Submitted

Compound clustered index

Now it is possible to create a clustered index for only one field. Since documents can be arranged in ascending order of multiple fields, I see no reason to disallow a clustered index from being a compound. Expected syntax: ``` create_collection(...
Guest almost 3 years ago in Data Modeling & Indexing 0 Submitted

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 almost 2 years ago in Database 0 Submitted

Document scoped RBAC - Permission for collection document fields

Roles and accesses can be defined on the basis of collections that define roles for users. It would be nice if these access permissions could be made within the scope of the fields under the collection and the query results would be returned accor...
Guest almost 3 years ago in Querying & Aggregations 1 Submitted

Progress bar

when upgrading cluster / instance from one instance type to other on shared instance for example from M2 to M5, there should be some sort of progress bar exhibited tracking progress of upgrade
Guest about 3 years ago in Database 0 Submitted

I just wanted to say Good job!!!

Appreciation
Guest about 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 about 2 years ago in Database 1 Submitted

Reduce the minimum value for watchdogPeriodSeconds

The storage watchdog attempts to create, write, and read a test file in critical directories every 10 seconds. The watchdogPeriodSeconds parameter controls how often these a thread checks to ensure at least one check has succeeded since the last ...
Guest about 5 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 about 3 years ago in Data Modeling & Indexing 0 Submitted