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 349 of 4027

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 over 5 years ago in Database 0 Submitted

EDGE

Localisation
Guest over 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 over 5 years ago in Database 0 Submitted

collections under a document as in firebase firestore

collections under a document as in firebase firestore
Guest over 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 over 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 over 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 over 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 over 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

Find all geoJSON points within a large collection of polygons. Reference collection in geoWithin.

I would like to be able to find all geoJSON points located within a collection of polygons. My personal goal is to find points located within earth's water bodies. The water bodies are located in their own collection while the geoJSON points are l...
Guest over 5 years ago in Database 0 Submitted