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 335

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 10 months ago in Database 0 Submitted

Change Timeseries Bucket Memory Limit

Currently, there's no way to set a memory threshold for bucket allocation in MongoDB's time series collections. As the bucket size increases and more collections are opened day after day, a limiting mechanism triggers for open buckets, leading to ...
Guest over 1 year ago in Database 0 Submitted

$merge

Report number of docs matched, merged, skipped, etc. from a $merge stage. Alternatively, return the merged doc results as a pipeline result to pass to additional stages.
Guest over 2 years ago in Database 0 Submitted

Add expression indexes

An expression index is one where the value being indexed is the result of an expression, like lower casing a string. http://en.wikipedia.org/wiki/Expression_index http://www.postgresql.org/docs/8.1/static/indexes-expressional.html
Guest over 4 years ago in Database 0 Submitted

Enforced Password Complexity

Please allow for the enforcement of password complexity: - Setting a password policy that restricts users to a certain level of complexity (e.g 10 chars with special characters)
Guest over 3 years ago in Database 1 Submitted

Include or flag nodes seen more than once / duplicates when traversing with $graphLookup

When traversing a graph with $graphLookup, we suppress duplicates (in cases of cycles). It would be useful to have an option to include a flag indicating a node that caused the traversal to stop due to duplication.
Guest over 1 year 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 11 months ago in Database 1 Submitted

Support for Ubuntu 20.4 in MongoDB Server version 4.2

Per the Server Support Matrix https://docs.mongodb.com/manual/installation/ support for Ubuntu 20 is in MongoDB Server version 4.4+ but not 4.2. We would like to see the currently supported MongoDB Server version 4.2 available on the Ubuntu 20.4 L...
Guest over 4 years ago in Database 1 Submitted

log connection string used by application to connect

there are multiple options to connect to mongo: you can connect to specific node or you can connect to the whole replicaset etc... if DBA does not have access to source code - it's not possible to validate if application properly configured and co...
Guest over 4 years ago in Database 0 Submitted

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 0 Submitted