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 338 of 2894

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

Support hex conversion and binary operators in aggregation framework

The aggregation framework lacks function for HEX <-> Number conversion and binary operations. Such functions are common in almost every programming language. Typically and most required operations would be: - convert Int/Long to Hex - conv...
Guest about 1 year ago in Database 0 Submitted

$sort should allow 0 as argument meaning "no sort"

The $sort operator and aggregation stage should allow 0 (possibly also null) as an argument for the field sort order, meaning, "Don't sort." This allows a variable to be passed in that can conditionally skip the sort operation, in addition to the ...
Guest about 1 year ago in Database 0 Submitted

Include schema validation events in changestream payload

let's say my document has JSON schema validation like: { $jsonSchema: { properties: { phone: { bsonType: 'string' } } } } and the validation action is set to "warning", if I do a command like: db.test.insert({"phone":1}), I would like t...
Guest almost 5 years ago in Database 1 Submitted

Data masking policy

Implement Data masking similar to Schema Validation in Mongo so that customer can define a server-side data masking policy to mask the results of a query and a new role which will give explicit permission to users for reading unmasked data
Guest almost 5 years ago in Database 0 Submitted

Deny Privilege

Provide the ability to explicitly deny a privilege on a specific resource. Example: Grant the privilege to perform the find action on all collections in the test database except "test.secrets".
Guest almost 5 years ago in Database 1 Submitted

Easier way to troubleshoot storage use size discrepancy across nodes in the same replica set

While initial sync may potentially help on this topic, it would be great if the product has any easier way to identify the cause of significantly different storage use size (so to give a better confidence if initial sync is going to help).
Guest over 1 year ago in Database 0 Submitted

Extend db.collection.distinct() to work with multiple fields in a compound key

Currently the distinct() command finds the unique set of values for a SINGLE specified field across a collection or view. For example: db.staff.distinct("last_name" ) If there is an index on the last_name field, the DISTINCT_SCAN plan can use th...
Guest about 5 years ago in Database 1 Submitted

wired

wiredTiger open files usage Currently WT uses a file per collection and index, leading in some scenarios to extremely high number of open files/dhandles. Is there any plan to support one file/dhandle per database?
Guest about 5 years ago in Database 0 Submitted

Feature to perform Machine Learning predictive analysis and classification in MongoDB

I want to bring the machine learning compute and predictive analysis into MongoDB atlas. Instead of ETL my data out of Atlas to achieve this, I will reduce my architectural complexity by having an aggregation operator that does this on my document...
Guest over 1 year ago in Database 0 Submitted