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

Feedback

Allow disabling auto removal for capped collections

Capped collections work as a circular buffer - when adding new documents after the size limit is reached, old documents are removed. I would like to have an option for the collection, where this behavior can be changed - instead of removing old ...
Guest over 2 years ago in Storage & Transactions 0 Submitted

Support for Transaction Savepoints (Nested Transactions)

The ability to partially rollback transactions to a specified point.
Guest over 5 years ago in Storage & Transactions 1 Submitted

tail queries functionality

We'd like to log the underlying MongoDB queries issued against the database. Similar to https://github.com/mrsarm/mongotail but something official
Guest almost 3 years ago in Storage & Transactions 0 Submitted

Expose individual command execution time

Many MongoDB drivers currently expose events (CommandSucceededEvent say) which provide an elapsed time. However, that elapsed time is the round-trip time, which is not super useful as that can be measured by a programmer manually. It would be neat...
Guest almost 3 years ago in Storage & Transactions 0 Submitted

Lock the document field (not the entire document)

Hi according to this reference: https://www.mongodb.com/blog/post/how-to-select--for-update-inside-mongodb-transactions When I lock a document with a field with a new ObjectID, the whole document is locked! Idea : Operations: i have three fiel...
Guest about 3 years ago in Storage & Transactions 0 Submitted

Make the browser IDE run faster

The IDE is incredibly slow and unusable.
Guest over 3 years ago in Education 0 Will Not Implement

M220p doesn't work

M220P does not work. Anaconda is also a terrible thing for you to suggest. considering it's python, I would have expected you to just recommend python -m venv .venv -- simple. Yet your entire course doesn't work. python run.py does not work. Multi...
Guest over 3 years ago in Education 0 Will Not Implement