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

Easy Paging with offset

Paging is a common functionality for REST APIs. When implementing paging queries for large datasets skip and limit is often not an option. When using query filters with non unique fields, such as creation date there can be problems such as duplica...
Guest over 4 years ago in Database 1 Submitted

save

Touching a collection on the left hand side, wipes out your work in aggregations with no warning When using aggregations and you are busy with your pipeline(s) If you left click on any of the collections on the left panel,  It wipes out y...
Guest over 4 years ago in Compass & Data Explorer 0 Submitted

save

Touching a collection on the left hand side, wipes out your work in aggregations with no warning When using aggregations and you are busy with your pipeline(s) If you left click on any of the collections on the left panel,  It wipes out y...
Guest over 4 years ago in Compass & Data Explorer 0 Submitted

Provide global collection-aggregated latency stats

The global latency stats Server Status section currently aggregates all the latency information known to the server. We have a need for the same information except aggregated by collection. The actual command: db.serverStatus().opLatencies.
Guest over 4 years ago in Database 0 Submitted

App Freezes on Some Aggregation Queries

When I accidentally write a $lookup pipeline query with non existing field name the application crashes. I think this bug is very annoying.
Guest over 4 years ago in Compass & Data Explorer 1 Submitted

Would like the ability to restore a single zone based shard

If the idea that data is stored within a region (via zone based sharding) and they are "just" replica sets, why can't we just restore a single shard? Right now we have to restore the entire cluster.
Guest over 4 years ago in Database 0 Submitted

When using EA, auto update the list of cluster node members similar to what happens within Atlas

As we add new nodes, it requires us to update the URI. Would like a way to have this automatically update.
Guest over 4 years ago in Database 0 Submitted

$lookup with the option to return only the first element

Often I have a $lookup and the next stage is a $addFields { $first: "" }} because I know the lookup will return only one entry. It'd be nice to have this option directly in the lookup, so it'd return the first object instead of an array. Thanks!
Guest over 4 years ago in Database 0 Submitted

Add build for Linux Alpine and Debian

A build in ARM support (Apple M1) for Alpine Linux (or Debian) is needed to run the mongocryptd process. Currently the official node docker images are available only in Alpine and Debian.
Felicia Hsieh almost 5 years ago in Database 0 Submitted

Aggregation Pipeline builder export to Go

Complex aggregations are really hard to write in Go. Can we support also Go?
Guest almost 5 years ago in Compass & Data Explorer 0 Submitted