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

Ability to create the resume token based on oplog item

CHoose an oplog event to set the resume token for, instead of needing to run the change stream for system to create a resume token Why: Concerns about many stream re-reading a full oplog if failure before finding first event
Guest over 4 years ago in Database 1 Submitted

Cloning User/Roles along with Database

When cloning a Database it would be helpful if User/Roles could be cloned directly as well and carried over.
Guest over 4 years ago in Database 0 Submitted

Pass document field to $loolup.from and $lookup.as

Suppose I have collection of documents { entityId, entity }, where entity is names of other collections I would like to make aggregation with lookup and be able to pass entity value to $lookup from and as db.collection.aggregation([{ $lookup: { f...
Guest over 4 years ago in Database 2 Submitted

Have a role that allows that user to control the schema of a collection

As a DBA or Data Architect, I want to be able to enforce data governance policies like schema control. Users of MongoDB cannot change the schema however DBA or named individuals have the ability to change the schema.
Guest over 4 years ago in Database 1 Submitted

2dindex

geoIntersect queries on spherical geometries are not adapted to our use case. Our need is to retrieve a list of tiles intersecting a given area of interest (AOI) in a flat 2d geometry. Classical geo-spatial databases (PostGIS and Oracle Spatial) ...
Guest over 4 years ago in Database 0 Submitted

Diacritic insensitive contains search on a single field

I would like to perform a "contains" query on a single text field in a case insensitive and diacritic insensitive way. I would like the query to have the performance of the field being in a text index by itself (assuming that this gives the maximu...
Guest almost 5 years ago in Database 0 Submitted

Add an option for $addToSet to use a specific field in the array for uniqueness

Currently, the $addToSet for upserting to an array checks for object equality (when the array elements are objects). We sometimes need to check for uniqueness based on a specific field of the object rather than the object as a whole, and the only ...
Guest almost 5 years ago in Database 0 Submitted

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest almost 5 years ago in Database 0 Submitted

Arrow function support

Is there any plan to implement arrow functions support? The current way to use functions (BSON type 13) is using traditional javascript functions: ```function() { ... emit(key, value); } ``` It would be great to support also arrow functions: ...
Guest almost 5 years ago in Database 0 Submitted

options for different compute configuration per shards

Can we have options for different compute configuration per shards?
Guest almost 5 years ago in Database 0 Submitted