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

hint support for $graphLookup

Currently you can supply a `hint` to the `aggregation` call in order to tell MongoDB to use a specific index for the initial `$match`. But there is currently no way to specify which index to use for a `$graphLookup` later in the pipeline. I would...
Guest over 3 years ago in Querying & Aggregations 0 Submitted

Make adding Teams to Projects searchable by any string.

Searching by only emails does not brings up Teams. Teams doesn't have emails so they doesn't show up, obviously. There is also very bad UI with suggestions - only 2 items are shown. But no hint, that this list is scrollable. I found out by accident.
Guest over 3 years ago in Under Review 0 Submitted

Atlas Metrics Tab to display the timezone as part of the date fields

Atlas Metrics Tab to display the timezone as part of the date fields
Guest almost 2 years ago in Under Review 0 Submitted

Parallelize unionWith

Today $unionWith aggregation command is executed sequentially. EG first we query collection A and then collection B and then the union occurs. The process should be parallelized so the query part will run in parallel while the union will be done a...
Guest almost 2 years ago in Performance & Optimization 0 Submitted

Ability to configure all destinations for SNMPv2c Alert Traps in a single place

_**What is the problem that needs to be solved?**_ Ops Manager needs to have ability to configure all destinations for SNMPv2c Alert Traps in a single place (so that single place needs to be updated instead of dozens of individual Ops Manager Aler...
Guest over 5 years ago in Under Review 0 Submitted

Scheduled stepdown for smoother primary election

Stepdown is a great tool that allows us to keep clusters operating smoothly. We use it for example when we want to perform some maintenance work on the host where the primary is currently running, to perform a rolling upgrade, and in many other ca...
Guest almost 2 years ago in Replication & Sharding 0 Submitted

Release Cadence to allow pegging Minor Version Upgrades prior to GA of next Major Release

Issue: Current requirement to enable 'auto upgrades' to test and take advantage of Minor version updates (Example: 6.x.x >> 6.y.x). As a larger company with a 2-4 week release cycle in our products, we have seen need to start testing a Mino...
Dave Gotlieb over 3 years ago in Under Review 0 Submitted

Write parts of database engine in ZIG

Zig is a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box. Implementing some parts of MongoDB database engine core in ZIG might brings some performance improvements. https://ziglang.org/
Guest almost 2 years ago in Database 0 Submitted

Add Relaxed mode support for the $out operator

Add Relaxed mode support for the $out operator. *and include as option in the existing drivers
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Aggregations should allow an empty sort stage instead of returning an error

When you run an aggregation pipeline that contains an empty sort stage (like `{"$sort": {}}`) MongoDB returns the error message "$sort stage must have at least one sort key". It would be really helpful if such a stage would work and simply not app...
Guest almost 2 years ago in Querying & Aggregations 0 Submitted