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. |
So far, we can only specify whether automatic encryption/decryption is on on a MongoClient, and all operations there will follow the settings. I would like to only enable automatic encryption/decryption on a specific collection/database/operation. |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
|
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
Many of our operations need to be in a cross-collection transaction. In the Python SDK, transactions are initiated from |
What steps, if any, are you taking today to manage this problem? |
We are circumventing auto encryption/decryption and using manual encryption/decryption only, which is very troublesome and error-prone. |