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 3591

Clustered Collection TTL on _id should support ObjectId.

Clustered Collections have the ability to expire on the _id field, this would be really helpful if it could use the timestamp portion of the ObjectId.
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

$sort should allow 0 as argument meaning "no sort"

The $sort operator and aggregation stage should allow 0 (possibly also null) as an argument for the field sort order, meaning, "Don't sort." This allows a variable to be passed in that can conditionally skip the sort operation, in addition to the ...
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Enable us to see values of expressions in aggregation pipelines

I've got a pipeline that often does a lot of collecting and combining values. What I get out of it is wrong but I have no way of knowing which part is broken since I can't see the values its collecting and the results of its maths until the final ...
Guest over 1 year ago in Compass & Data Explorer 0 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

Allow disabling Blockstore for assignment through the Ops Manager CRD

By default, when enabling backups and configuring a Blockstore for an Ops Manager custom object, the specified Blockstore will be set as "Assignment enabled" in the UI. It would be helpful to expose the enable/disable button for the blockstore t...
Guest almost 5 years ago in Kubernetes 0 Submitted

support external nodes

Allow manual addition of externally-hosted non-voting (hidden) node(s) to an Atlas cluster. This would permit: - compliance with data management rules that require a copy of all data to be kept in-house (ie outside cloud) - easier migration out of...
Guest almost 5 years ago in Atlas 3 Submitted

Write "_SUCCESS" File when finish data exporting

We use MongoDB to store time-series data, and export the data via Data Federation incrementally on daily basis onto s3 as Parquet. The data is relative big, and duration to export data varies from day to day. It’s hard for downstream services to k...
Guest over 1 year ago in Data Federation 0 Submitted

Live Migration with granular permissions

Today, to carry out migrations you need to be the Project Owner of the project, however we have very restricted permissions regarding Mongo projects so that people can use the company's stack, which would be via terraform. The dba's have readonly ...
Guest over 1 year ago in Atlas 0 Submitted