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

All feedback

Showing 4027

Improve Atlas cost utilization tracking by time and label

Currently for any Atlas instance, cost granularity is limited to the cluster. It would be a significant improvement to enable cost utilization tracking by database for storage and compute. Specifically, storage and cost records should be granular ...
Guest over 1 year ago in Billing & Account Management 0 Submitted

view on nested array

* It is quite common to have nested array in documents in MongoDB. * It is also quite common to have to "flatify" those arrays in queries. Here is an example where we have a collection with consultants and their professional experiences. ``` con...
Guest almost 5 years ago in Database 0 Submitted

Meaningful errors

Descriptive errors are crucial for debugging and simply cannot be found with Atlas App Services ! 1) If an error occurs - the whole function cascade is terminated - not only the steps following the error but also the ones prior to it. i.e. if a co...
Guest over 3 years ago in Atlas Triggers and Functions 0 Submitted

Restore indexes from AWS S3 snapshot.

While working with export snapshot to AWS S3, I found there is no way to restore indexes from metadata.json, along with data there must be opportunity to restore indexes as well otherwise have to rely on custom solutions and this may include exter...
Guest over 3 years ago in Atlas Backups 0 Submitted

Send alert(email) when database is deleted

The alert conditions do not contain conditions like - when database is deleted - when cluster is deleted - when project is deleted We want to get notified if a malicious person or someone by mistake deleted major parts of the database. This si...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Make consistent use of system-wide CA certificate store

Please make the use of system-wide CA certificate store the same in all tool/commands. - If ```tls.CAFile``` is not specified in ```mongod/mongos``` configuration then the system-wide CA certificate store will be used. - If ```--sslCAFile``` is ...
Wernfried Domscheit over 3 years ago in Security, IAM, and Compliance 1 Submitted

Add import/export data button on web

right how, we can only use command line or mongodb compass to import/export data
Guest almost 5 years ago in Atlas 0 Submitted

For resource mongodbatlas_cluster all properties related to provider move to separate block

Current resource resource "mongodbatlas_cluster" "cluster" { project_id = var.project_id name = var.cluster_name disk_size_gb = var.disk_size_gb num_shards = var.num_shards replication_factor = var.replication_factor auto_scaling_disk_gb_e...
Guest almost 5 years ago in Atlas 0 Submitted

migration should check actual disk space used by source MongoDB

The easy migration system seems to check the total disk space used on the source machine, and does not discriminate between that disk space used for MongoDB (which will be needed on Atlas) and those used for other applications. Because the source...
Guest almost 5 years ago in Atlas 0 Submitted

Could we increase the vCPU's of the Atlas cluster without increasing its memory.(RAM)

For example: suppose right now, we have 2 vCPU's with 8GB RAM. But we are facing high CPU utilization error. Can we change the vCPU's to 4 and keep RAM as it is i.e.8GB?
Guest over 1 year ago in Atlas 0 Submitted