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

Database

Showing 302

wired

wiredTiger open files usage Currently WT uses a file per collection and index, leading in some scenarios to extremely high number of open files/dhandles. Is there any plan to support one file/dhandle per database?
Guest over 5 years ago in Storage & Transactions 0 Submitted

Allow multiple text indexes per collection

MongoDb only allow one text index by collection, in contrast of other index types. This is a limitation that makes it difficult to develop projects with search functionality, for example, if you want to add a text search for advanced users on all...
Guest over 5 years ago in Data Modeling & Indexing 1 Submitted

Ability to enable collection name enforcement

Currently if you perform a find or other operation, and you have a typo in your collection name, the operation will execute successfully and there is no indication that the collection you are operating on doesn't exist. It would be handy if there ...
Guest over 5 years ago in Database 0 Submitted

Is there any limitation on size of query in pipeline (character in query, not data)

I have an aggregate query, when the character in pipeline over 21066 character, the result return wrong format that the pipeline expected. So I wonder is there any limitation on size of query in pipeline? My case is: Query: [ "$match":{"profileI...
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Improve the election process to consider node reachability

Consider both new and existing sockets to be utilized in order to make more realistic observations about cluster health during an election to avoid for example DNS related issues which would make a node unreachable for new connections.
Guest over 5 years ago in Database 0 Submitted

Upgrade Advisor

Similar to Microsoft's SQL Server Upgrade Advisor application, generate a report (from Ops Manager for example) identifying issues to fix before or after an upgrade from one major version to another.
Guest over 5 years ago in Database 0 Submitted

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 almost 3 years ago in Querying & Aggregations 0 Submitted

Support concise correlated queries for $graphLookUp

Similar to $lookUp, support concise correlated queries for $graphLookUp. It would allow adding a $project stage to reduce overhead.
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Capture pre-images for ONLY specified change events

Currently, pre-images are captured for all updates, replacements and deletes on a given collection. Ask: Enable capture of pre-images for ['DELETED', ...] documents only. Context: A customer uses a collection for ingestion, where 16-20M do...
Guest over 1 year ago in Database 2 Submitted

geo

It would be nice to get the length of an LineString of a geo-json object or the possibility to write an aggregation to calculate it.
Guest almost 3 years ago in Querying & Aggregations 0 Submitted