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

Showing 311 of 3874

4.4 to the EU on regular instance for development!

I work on mongodb in the EU.. i want to use the atlas search but i also need some features of v4.4 In development and for general everyday projects where our clients don't have large user bases we generally go for M2 instances.. affordable while ...
Guest almost 5 years ago in Database 0 Submitted

Bundle rest service together DB

As per current industry practice, REST/Json became standard way to deal with the data between the FE application and Backend DB. So if REST the server/service is bundled with DB it would eliminate the need of a middleware tier in most cases. It m...
Guest almost 5 years ago in Database 0 Submitted

EDGE

Localisation
Guest almost 5 years ago in Database 1 Submitted

Conditional TTL index

In case of auto purging sometimes user might want to ensure data has been archived before purging. If conditional TTL was allowed user could set value of a field to indicate document has been archived and then db can purge accordingly.
Guest about 5 years ago in Database 0 Submitted

collections under a document as in firebase firestore

collections under a document as in firebase firestore
Guest about 5 years ago in Database 0 Submitted

Allow parallel migrations to be throttled

This request is for a tuneable parameter to allow the number of parallel chunk migrations to be limited.
Guest about 5 years ago in Database 0 Submitted

String Json Parser

lately, I imported a big CSV file, containing fields with values of Json object in String format, the simplest way to parse those strings to object it was by doing find().forEach( JSON.pase then update) it taken too much time to update the collect...
Guest about 5 years ago in Database 1 Submitted

TTL expiration on embedded subdocs

TTL expiration on an embedded subdoc will delete the parent/root doc. Provide an option to only delete the subdocument on expiration.
Guest about 5 years ago in Database 0 Submitted

Throttle or limit remove() with "limit" or other options

Please throttle remove(). Please allow caller to throttle or limit "remove()". The syntax to remove includes a filter query much like find(). But, there is NO limit. So if a caller wants to delete all documents older than date X, but only delete ...
Guest about 5 years ago in Database 0 Submitted

Ability to view and track collection wise transactions (read,write,success,failures)

We have multiple microservices using the same collection and we'd like to track how many calls come from each, and also understand which transactions are successful or not. Ultimately this will allow us to understand the MDB usage by each of the ...
Guest over 5 years ago in Database 0 Submitted