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 316 of 3996

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 over 4 years ago in Database 0 Submitted

Allow disabling auto removal for capped collections

Capped collections work as a circular buffer - when adding new documents after the size limit is reached, old documents are removed. I would like to have an option for the collection, where this behavior can be changed - instead of removing old ...
Guest about 2 years ago in Storage & Transactions 0 Submitted

Ability to replicate the data within a cluster to another cluster

Two different scenarios. One scenario is to have a DR cluster. 2 independant clusters that are one way synced. As of right now, a custom CDC solution (custom code + Kafka) is needed to achieve this. Another is because of latency and the requirem...
Guest over 4 years ago in Replication & Sharding 0 Submitted

add index on oplog collection which will avoid full collection scan where change stream enabled , as of now full scan causing high cpu

add an index on oplog collection for change stream to avoid full collection
Guest over 2 years ago in Database 0 Submitted

Record running queries at the time of a failover

I recently observed some failovers in a replica set that may have been related to long-running queries. However, since these queries happened only sporadically, it was hard to track them down. Since the queries didn't finish, they weren't present ...
Guest over 4 years ago in Database 0 Submitted

placement of mongosh,mongo tools and mongo binary inside core bin

Hi Team, Hope you are doing great! Didn't understand the purpose of keeping mongosh,mongo tools and mongo binary separately, can't this be place in a single rpm/tar file so that it can be easy the installation process. As per the current : Mongo b...
Guest over 2 years ago in Database 0 Submitted

Create and use db links in Mongodb

Allow Mongodb to access an external database for: 1.select identifiers on an external rdbms (ex: postgres, sqls, oracle, ...) 2.use these identifiers to perform aggregations in Mongodb Currently, it is necessary to use a third-party tool that c...
Guest over 4 years ago in Database 0 Submitted

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 over 2 years ago in Database 0 Submitted

Vector Search

Provide Vector Search capability in MongoDB enterprise edition for On-premise deployments.
Guest over 2 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 over 2 years ago in Performance & Optimization 0 Submitted