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 3967
148 VOTE

Raise maximum BSON document size bigger than 16 MB

Per https://www.mongodb.com/docs/manual/reference/limits/#:~:text=The%20maximum%20BSON%20document%20size,MongoDB%20provides%20the%20GridFS%20API, maximum BSON document size is 16 MB. I would like to request this to support bigger sizes like 32 MB,...
Guest over 3 years ago in Database 28 Submitted

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 10 Submitted

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

Allow configuration of 100mb memory limit per aggregation pipeline stage

In this old thread from 2016 (https://groups.google.com/forum/#!topic/mongodb-user/LCeFZZRz5EY) it was asked whether there was a way to increase the 100mb in memory limit of each stage of an aggregation pipeline. The responses centered around two ...
Guest almost 6 years ago in Querying & Aggregations 2 Submitted

partial text search

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

ARM support

Can we support ARM packages for Debian 11. They are required for bitnami to add ARM support to their mongo charts
Guest almost 3 years ago in Database 3 Submitted

Password enforcement without LDAP

Enforce complex password policy Enforce password expiration Enforce password history
Guest over 5 years ago in Database 6 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 about 3 years ago in Database 1 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 about 4 years ago in Database 4 Planned

Add operator that would calculate distance between 2 geolocation points

It would be great to have operator that would calculate distance between 2 geolocation points, and not to do it manually with big aggregate queries. I suggest to add 2 new operators that would calculate distance in two different ways, as discuss...
Guest over 3 years ago in Querying & Aggregations 3 Submitted