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 309

TTL Support within a document

The current TTL implementation where documents can expire after a certain amount of time is extremely useful, especially because of its robustness in terms of if the db crashes. I would love for this to be extended upon with the ability to allow...
Guest over 3 years ago in Database 0 Submitted

Is there any limitation on size of query in pipeline (character in query, not data)

I have an aggregate query, when the character in pipeline over 21066 character, the result return wrong format that the pipeline expected. So I wonder is there any limitation on size of query in pipeline? My case is: Query: [ "$match":{"profileI...
Guest about 1 year ago in Querying & Aggregations 0 Submitted

Enable BigInt Support for Blockchain Use

Smart contracts on Ethereum and on Ethereum compatible chains are represented as 256bit integers. There are several libraries widely used to deal with these data types in JavaScript such as bn.js and BigNumber.js. A potential workaround could be...
Guest over 3 years ago in Storage & Transactions 0 Submitted

Allow changing compression of an existing collection

I'd like to switch my database from Snappy to Zstd compression. Currently, it doesn't seem that it is possible to change the compression of an existing collection. It would be nice if there were a way to do this, even if (for example) it requi...
Guest over 3 years ago in Storage & Transactions 0 Submitted

Support newer versions of JSON Schema in validation to be able to use the "if", "then", "else" and "const" keywords

Currently there is no way to have conditional schema validators because you can't use the "const" keyword in a "oneOf" or the "if", "then" and "else" keywords.
Guest over 3 years ago in Database 0 Submitted

Tool for score data model

It would be great to have a tool which can scores a data model from a specific database. I mean, I could allows this tool to scan a database model and score this data model based on best practices, patterns and anti patterns. It could also generat...
Guest about 2 years ago in Data Modeling & Indexing 0 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 concise correlated queries for $graphLookUp

Similar to $lookUp, support concise correlated queries for $graphLookUp. It would allow adding a $project stage to reduce overhead.
Guest about 1 year ago in Querying & Aggregations 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 Querying & Aggregations 3 Submitted

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