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 338 of 2894

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 Database 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 about 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

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 ...
Guest almost 3 years ago in Database 1 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 Database 0 Submitted

delete logs number of days old

In the options for Mongo DB Log Settings, there is only Max Percent of Disk Total Number of files A new option for Number of Days to keep Would be useful
Guest over 4 years ago in Database 0 Submitted

allow mongosync to migrate few field from source to destination for collection in database

right now mongosync will migrate all the fields from source to destination based on filter or non filter setting but there is no way to move few field out of all field for all document to migrate few field from source to destination for collect...
Guest over 1 year ago in Database 0 Submitted

Deny Network Access to MongoDB Cluster

To improve network security, please create an option to Deny specific Network Adresses to MongoDB Cluster.
Guest over 4 years ago in Database 1 Submitted

Support Two Array Fields in Compound Indexes

Hi, I've come across a lot of use cases where the business logic has demanded unique constraints on 1-2 fields that have been modeled as arrays on documents. The cases that only contain a single array field is already taken care of using unique i...
Guest almost 3 years ago in Database 0 Submitted

view on nested array

* It is quite common to have nested array in documents in MongoDB. * It is also quite common to have to "flatify" those arrays in queries. Here is an example where we have a collection with consultants and their professional experiences. ``` con...
Guest over 4 years ago in Database 0 Submitted