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

Visualize polygons and points on the same map

Capability to visualize GeoJSON polygons and points from data collection on the same map view. That would allow user to create custom grid on a map. IMHO it'd be very helpful feature when working with geolocation helping to visualize things and ...
Guest over 5 years ago in Charts 0 Submitted

Add per-user connection limit

To prevent one user/application from exhausting available connections it would be extremely helpful to have the ability to set per-user connection limits. This connection limit would only prevent the specified user from connecting once their lim...
Guest about 4 years ago in Atlas 1 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest over 2 years ago in Querying & Aggregations 1 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

Improvement Suggestion for Filtering Databases in MongoDB Compass

Hello MongoDB Compass Team, Thank you for the excellent tool! I have a suggestion that I believe would enhance the user experience, particularly when managing multiple databases. Currently, when connecting to a server with multiple databases, it...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

add option for skipping a version update

On MacOS (ARM), add an option for "skip this version update". Not sure, if this issue persists in other builds as well. Right now, everytime compass is launched it presents an annoying popup asking for update, and the only options are install, ...
Guest over 2 years ago in Compass & Data Explorer 0 Submitted

Extend db.collection.distinct() to work with multiple fields in a compound key

Currently the distinct() command finds the unique set of values for a SINGLE specified field across a collection or view. For example: db.staff.distinct("last_name" ) If there is an index on the last_name field, the DISTINCT_SCAN plan can use th...
Guest over 5 years ago in Database 1 Submitted

Add Tailscale peering

In lieu of doing 0.0.0.0/0 network access, it'd be great to peer into Tailscale so that anyone that is authorized in our organization's Tailscale VPN can connect effortlessly.
Guest about 4 years ago in Atlas 0 Submitted

Separate access control for read-only replicas

There is a multi-replica cluster and there are read replicas. I consider it necessary to add the ability to restrict access separately for a read-only replica. Thus, limit the connection not only to the entire cluster at the project level, but als...
Guest about 4 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

On-line Archive survives region outage

I understand that even with a geo-replicated cluster if that cluster is configured with an online archive and there's a region outage, access to the online archive data is lost. It is still unclear to me if queries against collections configured w...
Guest about 4 years ago in Data Federation 0 Submitted