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

Capture pre-images for ONLY specified change events

Currently, pre-images are captured for all updates, replacements and deletes on a given collection. Ask: Enable capture of pre-images for ['DELETED', ...] documents only. Context: A customer uses a collection for ingestion, where 16-20M do...
Guest about 1 year ago in Database 2 Submitted

Make IAM database user authentication compatible with AWS SSO

We are in the process of implementing AWS SSO across our Organisation and wanted to tie this in with mongodb-aws for database authentication. Unfortunately we have been informed the 2 services are not compatible. This would be a really useful ad...
Guest over 4 years ago in Database 3 Submitted

Support readOnly in Json Schema Validation

Support the readOnly property for json schema validation to make certain fields immutable (or the entire document) after creation.
Guest over 3 years ago in Database 0 Submitted

MongoDB Audit Log Missing Failed and Successful Command Execution Flag

When you initially create a database account…..this action will be logged in the database audit logs as configured, however when you try to re-attempt to create the account again….a normal error message will be displayed as shown below: db.create...
Guest about 1 year ago in Database 0 Submitted

upgrade src/third_party/gperftools ≥ 2.10

gperftools new version support new architecture
Guest about 1 year ago in Database 0 Submitted

Support expressions in $densify range bounds

The $densify aggregation pipeline stage seems unable to evaluate range bounds expressions, requiring the range bounds to be constant. See the following example (the collection testcoll contains a single documents with only the _id field): ``` s...
Guest over 3 years ago in Database 3 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest over 2 years ago in Database 1 Submitted

collection-level users should be able to list their collections

Currently users with collection-specific read or read/write permissions are not authorized to perform the following commands: db.listCollections() show collections db.getCollectionNames() This impacts the shell (and also third party tools that w...
Guest over 3 years ago in Database 0 Submitted

Add SSO authentication support to mongoDB database

Existing issue: One user has accounts in multiple mongoDB databases on Atlas that exist in different Projects and maybe Organizations as well. When he wants to switch from one database to the other from a 3rd party app, he has to provide his crede...
Guest over 3 years ago in Database 1 Submitted

Cascading delete for DBRefs

Since transactions have been added in 2018, which work across collections (https://www.mongodb.com/docs/manual/core/transactions/) and across shards (https://www.mongodb.com/docs/manual/core/transactions-sharded-clusters/), shouldn't cascading del...
Guest over 2 years ago in Database 0 Submitted