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

Database

Showing 335

Allow changing config values without restart

It would be great if configuration changes could be effected without needed to restart nodes. For example, audit filter, enabling/disabling different security mechanisms. This would be especially useful for Atlas and clients with large clusters ...
Guest about 4 years ago in Database 0 Submitted

Retrywrite error fixed in Mongodb 4.4

We have test the retry write in Atlas by using mongodb java driver in Mongodb 4.4 cluster. The error is similar to SERVER-53624(https://jira.mongodb.org/browse/SERVER-53624). The supporter respond the error will fix in Mongodb 5.0. We hope this er...
Guest about 4 years ago in Database 0 Submitted

MultiTenant Abstraction

Just as a time-series collection in MongoDB 5.0 abstracts the underlying implementation of the bucketing pattern, customers who implement a multi-tenant model through separate databases per tenant run into the issue of too many dhandles and would ...
Guest about 4 years ago in Database 0 Submitted

Provide straightforward syntax for 1-to-1 joins in aggregation

The syntax for joins that bring back multiple documents from foreign collections is very straightforward and yields exactly what one would expect, but simple joins that are bread and butter in SQL require very convoluted and expensive to run synta...
Guest about 4 years ago in Database 4 Submitted

Make targeted query to a specific shard without using the shard key as part of query.

As of right now you need to use the shard key as part of the query to make a target query to a specific shard. Would like the ability to make targeted query to a specific shard without using the shard key as a part of the query. Maybe one way of...
Guest about 4 years ago in Database 0 Submitted

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 about 4 years ago in Database 1 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 about 4 years ago in Database 0 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 about 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 about 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 about 4 years ago in Database 0 Submitted