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

XA Support

Is there any plan to implement distributed transaction that involves more than one data stores (for e.g. an RDBMS and Mongo)? We have one such requirement and tried a simple POC by creating a simple class extending XAResource (MongoXAResource impl...
Guest almost 6 years ago in Storage & Transactions 11 Submitted

How to limit the number of document updates?

Hi I want to limit the number of document updates in one command. for example db.users.updateMany( , , { limit : 100 } ); https://www.mongodb.com/community/forums/t/how-to-limit-the-number-of-document-updates/102204/3
Guest over 3 years ago in Database 1 Submitted

Adding cluster tier to prometheus metrics

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Currently we use Grafana to visualise our Atlas metrics. When looking at a dashboard, we are unable to tell what resources...
Allan Briffa about 2 months ago in Metrics & Observability 1 Future Consideration

Add Option to Disable Specific Metric Groups in FTDC

https://jira.mongodb.org/browse/SERVER-103431 This is a feature request (not a bug) to enhance FTDC by allowing users to disable the collection of specific groups of metrics. Currently, FTDC collects a wide array of metrics including systemMe...
Vinicius Grippa 12 months ago in Database 0 Submitted

prometheus metrics availablity through privatelink

until now is only possible to get metrics from public or private peered vpc but is not actually possible through privatelink. Since privatelink are used most of the time for security reason this limitation leads to find compromises or workaround t...
Guest over 3 years ago in Metrics & Observability 2 Started

Database users should be able to change their own passwords

Currently, there is no way for Database Users to manage their own passwords, (even if they are atlasAdmin@admin). Moreover, as a Project Owner, I cannot create a role that allows them to do so, e.g.: use admin db.createRole( { role: "changeOwn...
Guest almost 6 years ago in Database 0 Submitted

Need Exportable Metrics for Proactive Monitoring of JavaScript Heap Usage

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are a production user relying on Atlas Stream Processor, and we frequently encounter sudden Stream Processor Memory Err...
Nobuteru Kawano 4 months ago in Metrics & Observability 1 Future Consideration

partial text search

we've already seen a full text search and it will be awesome if you manage to implement partial version :)
Guest almost 6 years ago in Database 2 Submitted

Allow Pinning Query Plan Cache Key to a Fixed Plan for a Given Query Shape Hash

Allow Pinning Query Plan Cache Key to a Fixed Plan for a Given Query Shape Hash n MongoDB 8.0, the new setQuerySettings command allows administrators to enforce index hints and other behavior based on the query shape hash. This gives users partia...
Vinicius Grippa 8 months ago in Querying & Aggregations 0 Submitted

Change streams and Triggers for Time Series Collections

Add Change streams and Trigger capabilities to Time Series Collections. Current Limitations don't allow this. https://docs.mongodb.com/manual/core/timeseries/timeseries-limitations/#change-streams
Guest over 4 years ago in Database 4 Planned