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

Feature to perform Machine Learning predictive analysis and classification in MongoDB

I want to bring the machine learning compute and predictive analysis into MongoDB atlas. Instead of ETL my data out of Atlas to achieve this, I will reduce my architectural complexity by having an aggregation operator that does this on my document...
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Parallelize unionWith

Today $unionWith aggregation command is executed sequentially. EG first we query collection A and then collection B and then the union occurs. The process should be parallelized so the query part will run in parallel while the union will be done a...
Guest over 1 year ago in Performance & Optimization 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 almost 3 years ago in Querying & Aggregations 1 Submitted

Scheduled stepdown for smoother primary election

Stepdown is a great tool that allows us to keep clusters operating smoothly. We use it for example when we want to perform some maintenance work on the host where the primary is currently running, to perform a rolling upgrade, and in many other ca...
Guest over 1 year ago in Replication & Sharding 0 Submitted

Update to two binding accounts in the config file for LDAP.

Please refer the Case: 00803199 We need to update to two binding accounts in the config file to for LDAP authentication so that we can avoid down time while resetting the binding account password.
Guest over 4 years ago in Database 0 Submitted

MongoDB 4.2 Distributed Transaction with Arbiter

Hello. We are preparing to introduce MongoDB 4.2 and expect distributed transaction function. I read document which arbiter don't be member when use distributed transaction. >> https://docs.mongodb.com/manual/core/transactions/index.html#ar...
Guest over 5 years ago in Database 1 Submitted

Write parts of database engine in ZIG

Zig is a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box. Implementing some parts of MongoDB database engine core in ZIG might brings some performance improvements. https://ziglang.org/
Guest over 1 year ago in Database 0 Submitted

Add Relaxed mode support for the $out operator

Add Relaxed mode support for the $out operator. *and include as option in the existing drivers
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Aggregations should allow an empty sort stage instead of returning an error

When you run an aggregation pipeline that contains an empty sort stage (like `{"$sort": {}}`) MongoDB returns the error message "$sort stage must have at least one sort key". It would be really helpful if such a stage would work and simply not app...
Guest over 1 year ago in Querying & Aggregations 0 Submitted

Clustered Collection TTL on _id should support ObjectId.

Clustered Collections have the ability to expire on the _id field, this would be really helpful if it could use the timestamp portion of the ObjectId.
Guest almost 3 years ago in Data Modeling & Indexing 0 Submitted