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

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

Multiple unique single indexes in sharded collections

MongoDB sharded collection can only have one unique index which is the shard key. However, in real applications, one might need more than one single unique index. "Proxy" collections suggested in https://www.mongodb.com/docs/manual/tutorial/unique...
Guest over 1 year ago in Data Modeling & Indexing 1 Submitted

All Processing in Memory

Let's say there are calculations that involve the processor (ALU Arithmetic and Logical Operations): I can ensure there are no context switching between memory and processor whilst all calculations that involve ALU will be done in memory. Thanks,...
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

aggregation pipeline verification before deleting

When opening a saved pipeline - the "open" button is adjacent to the bin (cancel) button and clicking on the bin deletes the pipeline without a chance to regret.
Guest about 4 years ago in Compass & Data Explorer 0 Submitted

Include full date/time stamps to OpsManager's logfiles: mms0-startup.log and daemon-startup.log

Currently records in `mms0-startup.log` and `daemon-startup.log` only have time stamp in the format: `hour:min:sec,milliseconds`. eg. `08:28:09,558 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xm...
Guest about 4 years ago in Enterprise Advanced 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 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

Live streaming logs in Atlas cluster /Compass

When using Linux machines we can get logs through tail commands with live streaming like that if you are implement in Atlas cluster/Compass it is very easy to identify issues instantly.
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Avoid running queries on an ongoing condition writing. (match, lookup...)

when performing a match, lookup or other similar ops, Don't run the query as I write the conditions but only when I'm done. this will improve speed significantly and will prevent crashes due to lack of memory on very large sets. when an operation...
Guest almost 3 years ago in Compass & Data Explorer 1 Submitted