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

Search results

Showing 315 of 315

Need Monitoring Feature for MongoDB Charts data transfer usage / alerts

We need to use MongoDB charts but we want to ensure that we don't go beyond the 1GB Free data transfer threshold limit. As per support there is no such monitoring feature . Requesting to add a new feature that will: 1) Help us to automatically mon...
Guest over 4 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Add $sort as an array operator in the agg framework

$filter and $map and $reduce allowed us to stop using $unwind all the time. I know $sort is likely the most computationally expensive peer function to $filter and $map but there are so many times that I have a field with an array of things (scalar...
Guest over 4 years ago in Querying & Aggregations 1 Completed

Please report mixed-type numeric _id fields in $merge stage error

Posting this idea at the request of one of the Jira users. You can find more technical details about this in the Jira issue: https://jira.mongodb.org/browse/SERVER-61613 The gist of it is that I may have two collections, `b2` and `b3`, that are ...
Guest over 4 years ago in Data Modeling & Indexing 0 Submitted

Generate Security Reports in Ops Manager

1. Create report about Mongo OPS users (ability to filter by Admin roles, Last Login, Created, Status) 2. Create user report for All Mongo OPS Projects. Mongo DB Users (Filter by Organization, Project Name, MongoDB role, Auth database Synched/Not ...
Dmitrij Barkin over 4 years ago in Enterprise Advanced 0 Submitted

Shard Drain/ Removal issue

If we have more shards, and if want to remove few shards (more than 1), we use below command. db.adminCommand( { removeShard : "Shardname" } ) Ex, if I have Shard 1, 2, 3, 4, 5. want to remove Shard 2 & 5. I want to remove one shard at a ...
Guest over 4 years ago in Replication & Sharding 0 Submitted

EmptyDir as data-volume and log-volume

spec: members: 1 type: ReplicaSet version: "4.4.5" statefulSet: spec: template: spec: volumes: - name: data-volume emptyDir: {} - name: log-volume emptyDir: {} This type of override would be very helpful for automated testing pipeline...
Guest over 4 years ago in Kubernetes 0 Future Consideration

Suggest new feature for loading scripts: loadScript and loadFolder

For loading external script into MongoSh current session, currently we have the `load()` function, which is enough for the task. But I found myself using my own functions instead. So I would like to describe those as suggestion to improve Mon...
Guest over 4 years ago in MongoDB Shell 0 Submitted

disk iops

Can you please revert the change to metrics view for disk iops? It it completely unreadable and meaningless now. There used to be 2 lines that made sense. Now there are 4... but looks like a bar chart. Anyway. Can't read it. I would suggest. 1. ...
Guest over 4 years ago in Under Review 0 Submitted

Provide straightforward syntax for 1-to-1 joins in aggregation

The syntax for joins that bring back multiple documents from foreign collections is very straightforward and yields exactly what one would expect, but simple joins that are bread and butter in SQL require very convoluted and expensive to run synta...
Guest over 4 years ago in Querying & Aggregations 4 Submitted

Easy Paging with offset

Paging is a common functionality for REST APIs. When implementing paging queries for large datasets skip and limit is often not an option. When using query filters with non unique fields, such as creation date there can be problems such as duplica...
Guest over 4 years ago in Database 1 Submitted