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 4010 of 4010

Add CRD for Trigger Functions.

We would like to create a Scheduled Trigger Function for a federated database instance, and currently the Operator does not support this resouce. Do you have any future plans to support Trigger Functions with the Atlas Kubernetes Operator? Or is t...
Guest 10 months ago in Kubernetes 0 Submitted

Add support for arbiters

We have a situation where we are required to build in an AWS region that only has two AZs (ca-central-1). In addition, there are no other AWS regions in the country (Canada). And due to our requirement around data sovereignty, we can't host this d...
Guest almost 6 years ago in Atlas 2 Submitted

Support Atlas Search-based filtering when embedded dashboard/chart filter is set

Currently, when `setFilter()` is called on an embedded dashboard/chart, a `$match` aggregation stage is added to the data source pipeline; however, if the data source pipeline is using `$search` or `$searchMeta`, we need a way to allow Atlas Searc...
Roy Kiesler over 3 years ago in Charts 0 Submitted

Day granularity for Atlas-managed X.509 certificate

It would be great to add more granularity when creating an Atlas-managed X.509 certificate for a MongoDB user, i mean by day at least. Thank you
Guest almost 6 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

Update automation config through API without pushing entire config file

For updating any Automation managed parameter, the only method through API is involving pushing the entire Automation config (which is a json file of hundreds lines) with modifications/addition all together. Even though I just want to update one ...
Guest about 5 years ago in Enterprise Advanced 1 Submitted

allow shared->shared and static->static dependencies

When enabling `BUILD_SHARED_AND_STATIC_LIBS`, I for one would appreciate the option to build shared libraries against shared MongoDB and BSON C libraries but still have the static libraries depend on static builds of those C libraries. As it is, t...
Guest 11 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Explore trading related tips

Dive into a universe of trading insights that span strategies, risk management, market psychology, and the latest trading tools. Whether you’re just starting or leveling up, there’s always more to learn. A simple habit of exploring expert tips dai...
Guest 11 months ago in Charts 0 Submitted

Have the Export Colelction feature list all collection fields by default

The current feature lists the fields from a sample of documents which may miss some fields. Although it is specified in a tooltip, this is quite counter-intuitive in a NoSQL database which is all about document diversity. When a collection has up...
Guest over 3 years ago in Compass 0 Submitted

Switch for returning encrypted blob when providing old DEK

When rotating keys, we would like the option to still be able to fetch old documents with fields encrypted with an old DEK, exactly like what happens when we're querying documents without a DEK at all. This could be done with a bool switch when se...
Guest over 2 years ago in FLE and Queryable Encryption 0 Submitted

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest 11 months ago in Performance & Optimization 0 Submitted