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

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

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

U domain Verification

If you are able to verify the parent domain for your company, then you shouldn't need to have to verify the sub-domains associated with that domain. Company's do not generally advertise their internal u-domains on the internet therefore any verifi...
Guest about 3 years ago in Atlas (Control Plane and Data Plane RBAC) 1 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

Allow custom duration for Temporary Users

In our software development lifecycle, we have sprints that are 2 weeks long. We create temporary users for Software Engineers that are "onCall" during a sprint. The role is moving to a different engineer each new sprint. It would be great to be...
Guest over 4 years ago in Atlas (Control Plane and Data Plane RBAC) 2 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 about 3 years ago in Querying & Aggregations 0 Submitted

$dateDiff operator should be useful to calculate age

In the documentation it says: " For example, two dates that are 18 months apart would return 1 year difference instead of 1.5 years.". But if startDate is 2021-08-01 and endDate is 2023-02-01, the result is 2 years difference. I think it should be...
Guest about 3 years ago in Querying & Aggregations 1 Submitted

MongoDB Audit Log Missing Failed and Successful Command Execution Flag

When you initially create a database account…..this action will be logged in the database audit logs as configured, however when you try to re-attempt to create the account again….a normal error message will be displayed as shown below: db.create...
Guest over 1 year ago in Security, IAM, and Compliance 0 Submitted

Make consistent use of system-wide CA certificate store

Please make the use of system-wide CA certificate store the same in all tool/commands. - If ```tls.CAFile``` is not specified in ```mongod/mongos``` configuration then the system-wide CA certificate store will be used. - If ```--sslCAFile``` is ...
Wernfried Domscheit over 3 years ago in Security, IAM, and Compliance 1 Submitted

Allow setting temporary IPs to API Access List

When testing out API keys that are normally only run through CI/CD tools, I'd like to be able to add my local IP to the API Access List for a temporary time window.
Guest about 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted