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 4031 of 4031

Cascading delete for DBRefs

Since transactions have been added in 2018, which work across collections (https://www.mongodb.com/docs/manual/core/transactions/) and across shards (https://www.mongodb.com/docs/manual/core/transactions-sharded-clusters/), shouldn't cascading del...
Guest over 2 years ago in Storage & Transactions 0 Submitted

Add Alert for Projects which are not in Goal State

Add an Alert type that is triggered if a project has not reached the goal state for certain amount of time.
Kai Orend over 5 years ago in Enterprise Advanced 0 Submitted

Create AppDB user with backup role to allow execution of mongodump

For the purpose of regularly performing backups of the AppDB using mongodump --oplog.
Guest over 5 years ago in Kubernetes 1 Future Consideration

Display "N/A" instead of "0" for doc count in timeseries collection in Compass

In Compass 1.36.4, when I look at a database that has a time-series collection in it, in its list of collections, it displays the collection as having "Documents: 0" and "Avg. document size: 0", even when there are some documents in it. I think t...
Andrew Janke almost 3 years ago in Compass & Data Explorer 0 Submitted

Ability to send SNMPv3 Alert Traps for configured Ops Manager Alerts

_**What is the problem that needs to be solved?**_ Ops Manager Alerts should have possibility to send SNMPv3 Alert Traps to configured destinations. SNMPv3 provides better authentication, data encryption and message integrity in comparison to SNMP...
Guest over 5 years ago in Enterprise Advanced 0 Submitted

wired

wiredTiger open files usage Currently WT uses a file per collection and index, leading in some scenarios to extremely high number of open files/dhandles. Is there any plan to support one file/dhandle per database?
Guest over 5 years ago in Storage & Transactions 0 Submitted

Official React Component for Atlas Search

One of the reasons Algolia got so popular might be the fact that they provided instantsearch.js. The library was really easy to get started and intuitive to understand. I read the Atlas Search's great tutorial(1) and watched the video(2) and clon...
Guest over 5 years ago in Atlas Search 1 Submitted

Import and Export archiving rules

Ability to import and export archiving rules to be able to restore them if/when we need to restore the cluster. Also useful when replicating prod clusters to our stage environment
Guest about 4 years ago in Data Federation 0 Submitted

Use different method for Slack notifications

At the moment in integration manager for Slack there is only option to use obsolete webhook method which allows sending notification to single Slack channel configured for this webhook. There is (not that) new API method https://api.slack.com/meth...
Guest almost 3 years ago in Under Review 0 Submitted

mongodbatlas_cluster should wait until cluster is operational

`mongodbatlas_cluster` is regarded "created" before it's operational, which breaks things if you need to use attributes that aren't yet available, like `connection_strings`. This issue is acknowledged in the provider docs: > connection_string...
Guest about 4 years ago in Atlas 1 Will Not Implement