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

Aggregation pipeline stage labels

We would like the ability to input custom labels on aggregation pipeline stages. This would allow us to categorize or add more top/app-level context to each stage. A draft of the implementation is in the attached uploaded image, where you can cli...
Guest over 2 years ago in Compass & Data Explorer 0 Submitted

Smart Index Optimization for Aggregation Queries in Compass

When building aggregation pipelines in Compass, sometimes queries can slow down if they’re missing the right indexes or opt out. 1. Creating Temporary Indexes Automatically: If the aggregation query doesn’t have an optimal index, Compass will au...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Hide or toggle menu like vs code

make a toggle app menu bar like vs code to make prettie UI in ubuntu linux
Guest over 2 years ago in Compass & Data Explorer 0 Submitted

Explain shell helpers for CRUD API

The .explain() method in the shell works with some write methods (update, remove, findAndModify), but it doesn't work with the newer CRUD API. The missing explain methods are: "deleteMany", "deleteOne", "findOne", "findOneAndDelete", "findOneAnd...
Guest over 5 years ago in MongoDB Shell 0 Submitted

search by dbname > collectionname

While searching for a collection and if the connected account have multiple dbs with same schema its hard to search for specific db collection. My proposed solution is when we search using > i.e. dbname> collection name . It should show col...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Add command for upgrade a cluster

Currently there is no easy way to upgrade a cluster but we need to modify the file describing the cluster and push the full description. Would be nice to have a command like: mongocli om upgrade --version "4.2.10" --fcv "4.2" MyReplicaset
Guest over 5 years ago in CLI & Shell 0 Submitted

Make it easier to search by _id

More then half of my queries in Compass is searching by _id. Each time I have to add both curly brackets, then type '_id:' then 'Obj', select ObjectId from autocomplete and paste _id. I propose to add '_id' field in OPTIONS, where I could just pas...
Guest about 4 years ago in Compass & Data Explorer 1 Submitted

Disable query propositions

Have a setting to turn off the suggestions that appears when you type a Query. This feature can also be completely removed, in my opinion. If i want to execute an old query i go on history tab and select it. The 99% of time the automatic suggestio...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Disable the proxy pane for standard user to be allowed to manipulate the settings

There should be an option for admins to either enter: A- Set to a manual b- none c- system proxy so its enforced - rather than grant a standard user that concept of tampering with settings in the config file mongodb-compass.conf so that it is en...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Export Files from GridFS

A nice reature would be to be able to export stored binary files in GridFS via the Atlas UI. It will allow the users to click an export button on the fs.files collection and would stream out the file using gridfs in the drivers.
Guest over 5 years ago in Compass & Data Explorer 0 Submitted