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

Feedback

Add tunnelling to allow querying Cloud Backup snapshots

The Legacy Backups have a feature to allow connecting (tunnelling) to a snapshot to query it. This allows querying a database snapshot which is great for quickly inspecting data in the past for troubleshooting. This would be handy to have for the ...
Guest over 5 years ago in Atlas Backups 16 Submitted

Backup snapshots on a single database or collection

I would like to be able to configure backup snapshots of a single database or collection on a schedule or continuously. This feature would help projects that need snapshots but only on a subset of data. Cluster-level, topology dependent snapshots ...
Guest over 4 years ago in Atlas Backups 0 Submitted

Request for Addition of Seoul Region to Reduce Latency

Sure! Here's the translation of your request: A brief description of what you are looking to do I would like to request the addition of the Seoul region because there is currently only the Japan region, which results in a 2-second delay for reque...
Guest over 1 year ago in Atlas Backups 3 Submitted

Allow enabling/disabling automatic CSFLE encryption/decryption on per-collection/database level in Python SDK

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. So far, we can only specify whether automatic encryption/decryption is on on a MongoClient, and all operations there will ...
Yi Hong about 1 month ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Allow to set default maxTimeMS for all cursors

By default, a cursor has no maxTimeMS. We want to be able to set the default maxTimeMS so all cursors have it set. The current Java driver does not allow to set that default and each cursor needs it manually specified. I.e. a cursor factory or d...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Enable Removal of a Subset Documents From Online Archive

Hi, We'd like to have the ability to remove documents from an Online Archive. Mainly based on a date, but possibly other criteria. Thanks!
Guest over 5 years ago in Atlas Backups 10 Future Consideration

Allow customization of where $merge creates the temp collection used when rehydrating data from Online Archive --> Atlas

When you restore data from the Online Archive back into your Atlas cluster (aka "rehydrate") you need to use $merge within an aggregation pipeline. What isn't documented is that $merge will create a temporary collection in the same database you're...
Toben Nelson about 2 years ago in Atlas Backups 0 Submitted

Can you add support for storing the archive data in GCP cloud storage?

The Cold Storage (Archiving) is available only in AWS S3 as of now. Can you please make it available in GCP cloud storage to move all the MongoDB archives?
Guest over 3 years ago in Atlas Backups 4 Submitted

Update PyArrow version required for PyMongoArrow to use with Fireducks

Update PyArrow version to use with Fireducks - right now I want to use these three libraries in one data science project: - fireducks-1.2.2 (pip install fireducks) - pyarrow-19.0.1 (pip install pyarrow) <-- required by the Fireducks - pymongoar...
Guest about 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add Nearest secondary read preference

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We would like to avoid the nearest read reference to connect to the primary. What would you like to see happen? Des...
Ping Kin Ma 6 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration