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

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 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 Database 0 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 about 1 year ago in Database 0 Submitted

Support to Export snapshots from clusters in an Atlas project with private endpoints enabled

No description provided
Guest 5 months ago in Database 0 Submitted

Add support for Atlas Search via Stable API

In the aggregation pipeline, the $search stage is very helpful in developing my organization's application's functionalities. But using the Stable API or Versioned API, as it was once called, I am unable to use the $search stage as it is a part of...
Guest 10 months ago in Database 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

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

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 Database 0 Submitted

Implement $bucket and $group on indexed values with sub-linear runtime

We noticed that sum $bucket and $group aggregations such as $min, $max, $count are unexpectedly slow even when fully covered by an index, (partially) because the DB scans through the entire index rather than employing optimization approaches such ...
Guest almost 3 years ago in Database 0 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