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

Please upgrade third_party/mozjs to esr 102

for new cpu isa (loongarch64/loong64) support , Thanks
Guest over 3 years ago in Database 0 Submitted

Support $documents on shards

The new aggregation operator $documents cannot be used together with $merge in a sharded cluster, you get an error: ``` db.aggregate([ { $documents: [ { _id: ObjectId("6616b08a610fab3e84d2d4ee"), a: 'foo', shardKey: 1 }, ] }, { $merge: { in...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

Minimum Oplog Retention Period - Set Minimum Oplog Window

The documentation states: "New in version 4.4: Starting in MongoDB 4.4, you can specify the minimum number of hours to preserve an oplog entry." https://www.mongodb.com/docs/manual/core/replica-set-oplog/#minimum-oplog-retention-period The mongod...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

prometh

Hi MongoDB Team, We are using grafana and instana SRE tools for application monitoring. But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of t...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

Basic operational metrix support with instana and grafana

Hi MongoDB Team, We are using grafana and instana SRE tools for application monitoring. But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of t...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Raise an error when "majority" writes not possible

This topic is related to https://www.mongodb.com/docs/v6.0/tutorial/mitigate-psa-performance-issues/ in a PSA ReplicaSet configuration. When you try to execute a command with writeConcern `{w: "majority"}` in a three-member Primary-Secondary-Arbi...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

BSON::Proxy Proxy content from/to another collection

I would like a mongodb data type, called BSON::Proxy # not indexable or searchable Which would hold the value of another collection & id. IE: BSON::Proxy({database: "this_one", collection: "blobs", _id: "123"}) This would allow my code to...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

webhook

Have the ability to specify template for the webhook being send. Currently this is static information and it would be better if it is possible to customize it. This will also make the integrations with not supported 3rd parties more easier and it ...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

BLACKOUT Period to avoid outage

set up blackout period to avoid sending those alert while performing any index rebuilding in a rolling fashion or disk expansion activity ?
Dasharath Dixit over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Make redundant createView() a no-op

If I call createView() with params that match an existing view (in name and all other attributes), it returns an error. It'd be more convenient if the call simply succeeded without doing any work. The behavior I propose is analogous to the way tha...
Guest over 3 years ago in Querying & Aggregations 0 Submitted