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

e-2-e mongo s3 export encryption

Dear Atlas Team, Regarding https://www.mongodb.com/docs/atlas/backup/cloud-backup/export/ would it be possible to have the option of e-2-e encryption so that we just provide you with public key ?
Guest over 3 years ago in Atlas Backups 0 Submitted

Granular archiving window - schedule archiving at multiple times

At present online archiving can only be sceduled once per day/week/month. There should be an option to add multiple scheduling windows in a day/week/month to enable schedules such as "every Saturday and Sunday", or "at 3AM and 10PM".
Guest over 3 years ago in Atlas Backups 0 Submitted

Normalize maximum time in MS parameter name, maxTimeMS vs max_time_ms

Currently, some operations such as aggregate() or count\_documents use maxTimeMS as parameter name, but others such as the find(), use max\_time\_ms, so unless you memorize which method uses which nomenclature, you have to check the docs every tim...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Hourly Backup Export Option

We can capture cluster snapshots every hour. However we are limited by the Snapshot Backup S3 Export feature to only being able to export daily. From a DR perspective, this gives us a 24hr RPO which is not great. It would be nice if we could expo...
Guest over 3 years ago in Atlas Backups 0 Will Not Implement

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Generic count property in _WriteResult class

Hi, I'm using a MongoDB as a backend for my API and often come to a case where i want to validate whether I updated, inserted or deleted any records. At the moment I use the deleted_count and machted_count properties in the DeleteResult and Updat...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Cloud backup is not very much use-full for emergency cases and we are blocked

Hello Team, This is Raja Selvam, I would like to get more details on Clod backup. Lets say suppose i would like to get yesterday's backup from one of the collection. I do not want to restore the backup into another new cluster. I do not want t...
Guest about 4 years ago in Atlas Backups 0 Submitted

Allow OpLog Backups in Atlas M0-M5 Shared-Tier clusters running on MongoDB v.5.x

I have a backup process that is taking hourly dumps of the oplog on my production cluster running MongoDB v.5.0.6. It works fine using older versions of mongodump. However, when I update my tools to any version higher than 100.3.1 (100.4.x and a...
Guest about 4 years ago in Atlas Backups 0 Submitted

Make The client model serializable

I am working on a mongodb connector for the Apache Flink project - https://flink.apache.org/ Internally, Flink is using java serialization to save the records it is working on in a state which in turn used to recover from failures etc, as well as...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted