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

support parallel query executions include find(), aggregation()

To use multi-core environment and enhance the query performance w/ a large amount of documents, need a parallel execution. Sharding or microsharding is not an alternative in this case.
Guest over 2 years ago in Querying & Aggregations 0 Submitted

NoTableScan at the collection level

NoTableScan at the collection level instead of mongod level.
Guest almost 5 years ago in Database 1 Submitted

Add expression indexes

An expression index is one where the value being indexed is the result of an expression, like lower casing a string. http://en.wikipedia.org/wiki/Expression_index http://www.postgresql.org/docs/8.1/static/indexes-expressional.html
Guest almost 5 years ago in Data Modeling & Indexing 0 Submitted

Improve Changestream metadata by including userId(who), action/intent (event name).

This can be done by including meta data in the options for C(R)UD operations! Something like: `User.updateOne({ _id }, { $set: { name: "newName" } }, { $meta: { userId: _id, action: "nameUpdated" })` This is super useful because now changestream ...
Guest over 2 years ago in Database 0 Submitted

Atlas Search vs find/match

Atlas Search is currently quite rigid and is not as awesome as find/match. find/match supports a variety of operators that allow looking up documents in numerous ways and is meeting our requirements to be able to query using filters such as: in,...
Guest over 3 years ago in Atlas Search 0 Submitted

Support highlights in embeddedDocuments autocomplete

According to docs, currently it is not possible to get highlights inside embeddedDocuments, in autocomplete requests. This makes array of objects (embeddedDocuments) autocomplete unusable in our use case.
Guest over 2 years ago in Atlas Search 0 Submitted

Autocomplete with `fuzzy` scores all results as `1`

Using autocomplete with the `fuzzy` operator returns results, but they are scored all with the same value (`1`). This has been reported a couple times in the developer forum as well: https://developer.mongodb.com/community/forums/t/fuzzy-autocom...
Marie Atterbury almost 5 years ago in Atlas Search 2 Submitted

Add Atlas Search for Enterprise Advanced

Due to customer/project constraints, I need to have the ability to use $search to query millions of historical data records with regex and wildcards queries at real-time, on a Enterprise Advanced environment. The data cannot be exported to Atlas ...
Guest over 2 years ago in Atlas Search 0 Submitted

Save pipelines to run in aggregation mode

A Button to save pipeline in aggregation tab and run this saved pipelines.
Guest almost 6 years ago in Atlas Search 1 Future Consideration

define the random seed manually, for $rand and $sample

It will be great if an additional paramater to define the seed for $rand and $sample could be use.
Guest over 2 years ago in Querying & Aggregations 1 Submitted