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

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

deleteMany() execution automatically disable the balancer on sharded clusters

deleteMany() execution automatically disable the balancer on sharded clusters
Marco Barbierato 12 months ago in Replication & Sharding 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 about 1 year 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 about 1 year ago in Database 0 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

Kafka audit event streaming

Provide Kafka Topic as a write target for database auditing and database message logging. https://docs.mongodb.com/manual/core/auditing/ Auditing is currently limited to a local and editable JSON/BSON file or the system console log. The SYSLOG is...
Guest over 5 years ago in Database 1 Submitted