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.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. |
Certain use cases — audit logs, financial transaction ledgers, regulatory event trails, compliance records — require data that must never be modified or deleted after insertion. Today, MongoDB has no native mechanism to enforce write-once/append-only behavior at the collection level. The only options are application-level enforcement (which can be bypassed), or using |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
A collection-level option (e.g., |
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
Customers in fintech, crypto exchanges, and healthcare frequently ask how to guarantee audit trail integrity in MongoDB. Today we have to recommend application-level guardrails or suggest pairing MongoDB with a separate append-only store, which adds architectural complexity and pushes customers toward multi-database setups. Native immutability would make MongoDB a stronger single-platform choice for regulated workloads, reduce compliance risk for customers, and eliminate an objection that often comes up during architecture reviews against competitors that offer this natively (e.g., Amazon QLDB, Datomic, or even simple WORM storage at the object-store level). |
What steps, if any, are you taking today to manage this problem? |
The current workarounds are fragile and layered. Customers typically use a combination of: restrictive RBAC roles that remove |