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

DB Snapshot triggers when RDS Snapshot starts.

Looking for a feature regarding DB Snapshots, so that we can configure a Snapshot Policy to be triggered whenever a specific AWS RDS snapshot starts (for the daily schedule). Thank you in advance.
Guest about 2 years ago in Database 0 Submitted

Vector Search

Provide Vector Search capability in MongoDB enterprise edition for On-premise deployments.
Guest about 2 years ago in Database 0 Submitted

Support for converting between UUID and String

It would be nice to have UUID support for $convert and $toString functions - and maybe also having a new $toUuid function added. We have documents with UUIDs stored as UUIDs, and others where they are stored as Strings - and need to $lookup a doc...
Guest about 4 years ago in Database 0 Submitted

Tiered TTL for time series collection based on granularity

Currently time series collections have a single TTL across all inherent granularities. It would be great to specify a TTL for each granularity. For example: For seconds: 1 week For hours: 1 month Others: never Course information should be held l...
Guest about 4 years ago in Database 0 Submitted

an aggregation stage to load data to DRAM for the fields that are only requested

When we use $project stage, it loads whole document from disk to memory (if not in working set). Because of this, When we create a data model, We have to create separate collection if the field is not required in frequent access of data. Creating ...
Guest about 2 years ago in Database 0 Submitted

Allow live migration using private interface

There should be an option to live migrate data via a private interface instead of public one. With VPC being peered, it would be a great option to avoid exposing database to the public interface (even if it's specific set of IPs). This can resolve...
Guest about 2 years ago in Database 0 Submitted

support $lookup for update aggregation

We frequently denormalise either full documents or subsets to different documents in order to speed up reading, create indexes or paginate/sort on fields. Consider a user collection and a task collection, if a task can be assigned to the user, it...
Guest about 4 years ago in Database 2 Submitted

Add a $median accumulator

There is the $avg operator that returns the average of a set of values. Why not a $median?
Guest about 4 years ago in Database 1 Planned

Support for MongoDB Server on Ubuntu 21.04.

Per the [MongoDB Server Supported Platforms Matrix](https://docs.mongodb.com/manual/installation/#supported-platforms) support for Ubuntu 21.04 is not yet available. We would like to see the currently supported MongoDB Server versions available on...
Guest about 4 years ago in Database 0 Submitted

Provide a KRB5_KTNAME setParameter or other config setting

The Kerberos keytab file is specified in the KRB5_KTNAME environment variable. Could a setParameter or other config file setting "krb5KtName" be provided to allow this to be set?
Guest about 4 years ago in Database 0 Submitted