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

log connection string used by application to connect

there are multiple options to connect to mongo: you can connect to specific node or you can connect to the whole replicaset etc... if DBA does not have access to source code - it's not possible to validate if application properly configured and co...
Guest about 5 years ago in Database 0 Submitted

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest about 1 year ago in Performance & Optimization 0 Submitted

snapshot

Show Snapshot progress (from provider snapshots) and possibly an ETA in Atlas UI
Guest about 5 years ago in Atlas Backups 0 Submitted

Change Timeseries Bucket Memory Limit

Currently, there's no way to set a memory threshold for bucket allocation in MongoDB's time series collections. As the bucket size increases and more collections are opened day after day, a limiting mechanism triggers for open buckets, leading to ...
çağatay erem about 2 years ago in Database 0 Submitted

Export Cloud Backup to AWS S3 as CPS

Currently, the Atlas provides possibility to configure an automated export cloud backups to an AWS S3. It uploads the contents of your database to S3 as gzip files with documents in extended JSON format within. It is possible to restore from these...
Guest about 3 years ago in Atlas Backups 0 Submitted

Allow Exporting Snapshots when using Encryption At Rest w/ Private Endpoint

No description provided
Guest about 1 year ago in Atlas Backups 0 Submitted

Support hourly backup every 24 hours, or support Point-In-Time restore without an hourly backup

To have Point-In-Time restore, an hourly backup policy is required. However, the maximal interval for an hourly backup is every 12 hours. I would like to take a backup only once every 24 hours, but still have Point-In-Time restore possible. So, p...
Guest about 2 years ago in Atlas Backups 0 Submitted

Allow to change defaultWriteConcernSource to global to avoid flipping the flag

Customers experience following error messages due to the defaultWriteConcernSource mismatch between the source and target cluster when restore the snapshot. Error: Can not restore a snapshot with custom default write concern 1 to a cluster that d...
Guest about 2 years ago in Atlas Backups 0 Submitted

Reduce the minimum value for watchdogPeriodSeconds

The storage watchdog attempts to create, write, and read a test file in critical directories every 10 seconds. The watchdogPeriodSeconds parameter controls how often these a thread checks to ensure at least one check has succeeded since the last ...
Guest over 5 years ago in Database 0 Submitted

Compound clustered index

Now it is possible to create a clustered index for only one field. Since documents can be arranged in ascending order of multiple fields, I see no reason to disallow a clustered index from being a compound. Expected syntax: ``` create_collection(...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted