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

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 over 5 years ago in Database 0 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 almost 4 years ago in Database 4 Planned

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

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

Add timestamps to user documents

Most database technologies store this metadata by default. Because the expected data volume and change rate of this attribute will most probably be low, there should be no reason of not storing this information. Of course this information might al...
Guest over 2 years ago in Database 2 Submitted

Password enforcement without LDAP

Enforce complex password policy Enforce password expiration Enforce password history
Guest over 5 years ago in Database 6 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 over 5 years ago in Database 2 Submitted

Unique Indexes and Bulk Upserts for Time Series Collections

We would like to insert data in bulk into time series collections and identify the new data that has been inserted without the possibility of duplicates being inserted. For regular collections this is achievable by adding a unique index and perfo...
Guest over 2 years ago in Database 0 Submitted

Decouple "insert" privilege from implicit collection creation

MongoDB currently allows a user with the insert privilege on a database to implicitly create a new collection by inserting into it — even if the user lacks the createCollection privilege. This behavior makes it difficult to enforce strict access c...
Guest 5 months ago in Database 0 Submitted

Bidirectional Data Replication beetween two or more clusters

In order to provide active-active deployments on multiple datacenter without need to shard data and route trafic based on shard-key. Develop a bidirectional replication with a conflict resolution method , for example , timestamp-based.
Guest about 4 years ago in Database 0 Submitted