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

Support compound TTL index

Right now you can only do a single field TTL index. I would like a put a TTL on a compound index.
Guest about 3 years ago in Database 1 Submitted

Kafka audit event streaming

Provide Kafka Topic as a write target for database auditing and database message logging. https://docs.mongodb.com/manual/core/auditing/ Auditing is currently limited to a local and editable JSON/BSON file or the system console log. The SYSLOG is...
Guest over 5 years ago in Database 1 Submitted

Collection Comments

I would like the ability to attach comments to a collection so that other people using the data can get some understand of context or important Readme/FAQ that I would need to share.
Guest over 5 years ago in Database 0 Submitted

Enhancement on Native Auditing

When we enable native auditing the following three information is missing. Its more useful from security aspects . Can it be considered to capture these information in current or future releases soon.. Session ID OS user Service name Kannan
Guest about 3 years ago in Database 0 Submitted

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 about 3 years ago in Database 0 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 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 Database 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 Database 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 Database 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