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

Data Explorer pagination or seperate tab for name spaces

Right now the data Explorer renders all collections and this often results in time outs for very big deployments. To make the UI usable I propose that the side bar with all the collections be a seperate tab, paginated server side or otherwise. Tha...
Guest about 4 years ago in Atlas 0 Submitted

mongocli ops-manager clusters reclaimFreeSpace [--help]

Explain this more than the current output ```text $ mongocli ops-manager clusters reclaimFreeSpace --help Reclaim unused space for a cluster. Usage: mongocli ops-manager clusters reclaimFreeSpace [flags] ``` is of no use when customers want to...
Guest about 4 years ago in CLI & Shell 0 Submitted

selected option scroll disappear on click to scroll

In Atlas within Insert Document: When using the data type selection, clicking on the scroll bar or arrow causes the select option to disappear. Possibly increasing the size of the select option depth to where scroll is not needed may help.
Guest about 4 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Reserve connections to admin users

When the max number of connections is reached, no one can login to the database until some connections are closed or a failover is triggered (killing all the connections). The admin users should have a few reserved connections so that they can lo...
Guest about 4 years ago in Database 1 Submitted

Refresh button like "Contact Team" button

There should be a refresh button like the "Contact Team" button on the bottom righthand corner in the "database" section, so that users don't always need to scroll up and down, just to update their schemas
Guest about 4 years ago in Atlas 1 Submitted

Atlas should allow deployments of non-voting members on region for tiebreaking purposes

No allowing non-voting members criples the ability to combine regional failover, while keeping the application servers in just two regions, where the event of having a third region primary may imply high latencies, that impacts SLOs. This partic...
Guest about 4 years ago in Atlas 2 Submitted

Ability to read the logs in old format

there should be option to download log files as native format, as we need to download multiple tools to get it to normal!!
Guest about 4 years ago in Atlas 0 Submitted

Applying an index suggestion should remove redundant indices automatically

An index suggestion for a compound index should check if it makes an existing index redundant. If so, it should remove it automatically after adding the compound index, or at least add the option to do so.
Guest about 4 years ago in Atlas 0 Submitted

Support git command

MongoSh is a developer tool, obviously. So as a developer, git is always a part of it. Supporting git command inside mongosh will help us save a lot of time. Here's some of my implementation: ``` const git = (command) => { try { return execS...
Guest about 4 years ago in MongoDB Shell 0 Submitted

Feature Request: DNS record per zone for global cluster

Today Atlas creates a single DNS record for the global cluster which has SRV records pointing to all servers in the cluster across all zones. This causes issues when a service hosted in US tries to use this DNS record as it now connects to every ...
Guest about 4 years ago in Atlas 2 Submitted