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 302

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

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

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

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

Password enforcement without LDAP

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

Native Support for Date-Only and Time-Only Field Types

### Summary MongoDB currently lacks native field types for **date-only** (e.g., `2025-05-28`) and **time-only** (e.g., `13:45:00`) values. This results in frequent developer confusion, incorrect behavior around time zones, wasted storage, and the...
Guest 7 months ago in Data Modeling & Indexing 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 over 4 years ago in Replication & Sharding 0 Submitted

Per-Shard Change Stream and Triggers to improve scalable/performance/resilience

In our geo-sharded cluster, we use Change Streams and Atlas Triggers. Most of our pipelines include a match for the shard key - so we can process the data in the same region where the data resides. However, due to the design of change streams wit...
Boris Figovsky 5 months ago in Database / Replication & Sharding 1 Submitted

Nanosecond timestamp support

I've put this under the time series category since that's where it's most applicable, but it's really a data model / BSON issue. The topic of higher resolution timestamps have been surfaced from time to time for at least a decade (https://jira.mo...
Guest about 3 years ago in Database 1 Submitted