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 310 of 3939

Leveraging Group By/Distinct Query to use regular Index

When using Group By or Distinct queries on database, provide the ability to leverage existing index i.e these queries today will miss using existing index db.collection.distinct("field") db.collection.aggregate([ { $group: { _id: "$category", ...
Guest 10 months ago in Querying & Aggregations 0 Submitted

More complex balancer windows for sharded clusters

Currently we can define a single balancer window which is applied for every day of the week. It would useful to extend this with, for example: - multiple windows per day (e.g. 2-4am and 9-11pm) - custom windows for days of the week (e.g. Sat 5p...
Guest over 5 years ago in Replication & Sharding 0 Submitted

Disallow new connections that don't specify an appName field

Currently as a DBA it's sometimes hard to identify which service is causing load on a shared cluster/database. Some people connect for adhoc workloads but don't specify an appName making it hard to track back to the owner. It would be useful to re...
Guest 10 months ago in Database 0 Submitted

geoContain

Dear all, according to the attached image, I have some documents (in blue, with id from 1 to 5) having a geographic extent and a search area (in yellow). I need to find all documents where search area is completly inside the document's geometry. U...
Guest over 4 years ago in Querying & Aggregations 0 Submitted

Burstable IOPS for MongoDB Atlas on Azure

According to Azure documentation, bursting is enabled by default for all VMs that using Premium SSD (https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-types#bursting). It would be great if MongoDB Atlas on Azure can get benefit f...
Guest over 5 years ago in Database 0 Submitted

Making operations that hang indefinitely more visible

Hi Team, It would be useful for some kind of timeout message to be implemented if an operation is waiting on commitQuorum - say wait an hour and then return an error message with "Can't perform operation, required number of commitQuorum members n...
Guest over 1 year ago in Storage & Transactions 1 Submitted

connection

Hi, it will be greatly appreciated to have an option to control the connections number when choosing an instance. M30 is just what we need except for the connections number we have around ~2.5k and max is 3k it would help a lot to have an option t...
Guest over 1 year ago in Database 0 Submitted

provide faster way to perform a count() on million documents

a couple of customer a shifting from MongoDB to other DBs like Redis or even PostreSQL as count is too slow on MongoDB when there are a lot of document to count even with use of indexes
Guest over 4 years ago in Database 2 Submitted

Add a "Limit" to Delete and Bulk Delete operations

Deleting tens of millions of documents can have a big impact on the performance of the Clusters, even using Bulk Delete. A "Limit" must be added to Delete and Bulk Delete to let us limit the number of operations, making sure we do not kill the Clu...
Guest over 5 years ago in Database 2 Submitted

Support compound/multiple grouping keys in $bucket

We often need to compute statistical/summarizing aggregations grouped by more than one field where all fields are of a $bucket-able type. An example, would be to count all orders grouped by their status and some custom time ranges of their creati...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted