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 338 of 2894

Metadata for collections

I would like to be able to store metadata about a collection such as a description or link to sources, along with the name of the collection.
Guest over 2 years ago in Database 0 Submitted

tail queries functionality

We'd like to log the underlying MongoDB queries issued against the database. Similar to https://github.com/mrsarm/mongotail but something official
Guest over 2 years ago in Database 0 Submitted

Change stream Monitoring/Aletring in management

how to monitor change stream activity per namespace 1. Number of Change streams per namespace 2. Set + Manage the allowed number of change streams 3. A metrics UI tab for OpsManager. 4. Alert if the number of change streams exceeds the set limit....
Guest over 2 years ago in Database 0 Submitted

One of the waste application, often times it is ip address was automatically disconected and throw some lot of errors waste application

No description provided
Guest over 2 years ago in Database 0 Submitted

Aggregate $accumulator 'Combine' stage for sharded collections

After the ‘accumulate’ stage has run against each document on a shard it would be extremely useful to run a script on the shard against the state to reduce the state down to something smaller before passing the final state over the network back to...
Guest almost 5 years ago in Database 0 Submitted

Support change streams without service discovery

Currently, change streams are not supported in standalone instances, so testing change stream functionality requires a one-node replica set. However, promoting a standalone node to a one-node replica set requires a call to `rs.initiate(config)`, w...
Guest over 2 years ago in Database 0 Submitted

Avoid truncating the query on the Atlas profiler or system.profile collection

Slow running queries that are captured in system.profile collection or on profiler page of Atlas are truncated if the query is too long. As an Application DBA, it would be difficult to analyse the query without figuring out the actual query. The c...
Guest over 2 years ago in Database 0 Submitted

Expose individual command execution time

Many MongoDB drivers currently expose events (CommandSucceededEvent say) which provide an elapsed time. However, that elapsed time is the round-trip time, which is not super useful as that can be measured by a programmer manually. It would be neat...
Guest over 2 years ago in Database 0 Submitted

Assign MongoDB roles to LDAP users

I would like to create a softlab and therefore give the possibility to a user to create collections in a database which is dedicated to him. Currently, to do that I need to : 1. create a single-member LDAP group for each user 2. map this group ...
Guest almost 5 years ago in Database 0 Submitted

Improve fortification coverage with _FORTIFY_SOURCE=3

MongoDB Server codebase uses `_FORTIFY_SOURCE=2` fortification level (e.g. see v7.0, latest at the moment: https://github.com/mongodb/mongo/blob/v7.0/SConstruct#L4698). Consider changing it to a new fortification level (`_FORTIFY_SOURCE=3`) provid...
Guest over 2 years ago in Database 0 Submitted