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 3996

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

Execute $group on shardPart instead of mergerPart

Basically what is described here: https://www.mongodb.com/community/forums/t/how-to-enforce-mongodb-to-execute-group-on-shardpart-of-the-execution-plan/267560 When running covered count queries that could be aggregated independently on the shards...
Guest 12 months ago in Performance & Optimization 0 Submitted

Support for proxy protocol on mongod

Hi, I have mongodb database server running as a container on kubernetes and i have istio as ingress, but i need proxy protocol in order to preserve source ip, because without proxy protocol the client ip that arrives in mongodb server is the ip f...
Guest 12 months 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 almost 6 years ago in Database 1 Submitted

Option Renaming Time Series Collections

Ability to rename TS collection . We need it for migration history data to TS without downtime during conversion.
Guest about 1 year ago in Database 0 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 about 3 years ago in Data Modeling & Indexing 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 about 3 years ago in Querying & Aggregations 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 over 5 years ago in Database 0 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 over 3 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