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 305

Display Recovery time during restore process.

Team, Currently Mongo DB restoration process not giving any recovery time estimate when restore process start and because of that we are not able to plan time window for other critical process to start which is depend on restore and not able to c...
Guest almost 3 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 9 months ago in Performance & Optimization 0 Submitted

Providing connection details with username for real time connection monitoring.

Currently, mongd.log provides connection details like remote IP, source port with authentication information but doesn't provide the connection is in active state or not. serverStatus() only provides number of current and active connections. Exam...
Guest over 1 year ago in Database 3 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 9 months ago in Database 0 Submitted

Query comment or metadata in change stream event

Our application is using change stream events to publish changes as kafka events for our customers. Sometimes we are in need to decide if an event should be send by kafka or not. Right at the moment the only way would be to decide based on additio...
Guest over 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 10 months ago in Database 0 Submitted

Make $merge support DELETE operation

Currently, the `$merge` only supports insert/update/upsert/merge behaviour. It would be great to support delete behaviour. A common use case would be in-place document deduplication/clean-up in a collection.
Guest over 1 year ago in Querying & Aggregations 0 Submitted

add IO throughput related fields to 'serverStatus' output

There is no IO throughput related fields in the result of serverStatus, instead in FTDC this is available in the disk metrics. Need it in `serverStatus` output so that we can monitor it.
Guest over 2 years ago in Storage & Transactions 1 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 Querying & Aggregations 0 Submitted

Support readOnly in Json Schema Validation

Support the readOnly property for json schema validation to make certain fields immutable (or the entire document) after creation.
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted