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

Querying & Aggregations

Showing 47

Add SHA2, SHA3 and ECDSA functions to agg framework

It is very useful (and valuable security-wise) to be able to reverify hashes and signatures "on-engine" instead of dragging material out to a client app and running the algo there. The implementations are straightforward and everywhere now so it's...
Guest over 2 years ago in Querying & Aggregations 0 Submitted

Improve the mongo query language

Sometimes I find Mongo query language as not put very well together, sometimes it feels like a patch job. It would be nice, if you could make you query language easier to reason about. It would be awesome, if you could introduce fluent style api b...
Guest over 2 years ago in Querying & Aggregations 0 Submitted

Add functionality to specify the readConcern level at db.collection.findOne()

Add functionality to specify the readConcern at db.collection.findOne(). At the version 5.0.14 it's not supported.
Guest over 2 years ago in Querying & Aggregations 0 Submitted

Add hash function (eg. md5) to aggregation pipeline

I would like to implement hash-based sharding in my own application on top of MongoDB. For that purpose, I would like to pull a stable pseudorandom subset of documents into each of my servers, and I would like to do so without enlarging the docume...
Guest over 2 years ago in Querying & Aggregations 0 Submitted

$currentDate option to only update if the document was modified

A common pattern in a data model is to have a field that denotes when the data was last modified. For this example, let this field be called "updated". I want to toggle a field on a document called "enabled", and if the value is modified I also wa...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted

Need an array query operator like elem match which matches all array nested object instead of at least one array element

as per documentation elem match query matches at least one match in array of nested object, same we need a array query operator which returns the whole document only if elem match like criteria matches all elements in array of nested objects. I h...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted

Make redundant createView() a no-op

If I call createView() with params that match an existing view (in name and all other attributes), it returns an error. It'd be more convenient if the call simply succeeded without doing any work. The behavior I propose is analogous to the way tha...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Allow Dynamic Object In $project and $addFields

Assume I have a field mapping defined in some configuration collection of my application. And this field mapping varies for different clients on my application. I would like to pass the dynamic object in my $project or $addFields stage Like: $p...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Create operators that support Centrality Algorithms use cases

Degree Centrality Closeness Centrality Harmonic Centrality Betweenness Centrality Eigenvector Centrality PageRank ArticleRank
Guest over 3 years ago in Querying & Aggregations 0 Submitted

Add a $sample accumulator operator

So that it's easier to sample a number of items from each group, instead of writing lengthy DSL like this: https://www.mongodb.com/community/forums/t/sample-x-number-of-documents-in-each-group-with-or-after-a-group-stage/170787 Ideally it can be...
Guest over 3 years ago in Querying & Aggregations 0 Submitted