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

All feedback

Showing 3891

Binary and Scalar Quantization

These capabilities will reduce vector sizes while preserving performance, enabling developers to build powerful semantic search and generative AI applications with more scale—and at a lower cost.
Guest 11 months ago in Vector Search 0 Submitted

Take possible SerialName annotation into account for the query DSL (Kotlin)

Hey, I'm talking about the kotlin-driver (there was no kotlin selectable in the dropdown, so I chose "Java" since the kotlin driver is based on the java driver). When using the kotlin-driver with kotlinx.serialization it's a bit complicated to w...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Add specific label to Arbiter deployment to distinguish it label-wise

As per https://github.com/mongodb/mongodb-kubernetes-operator/issues/1442 we would like to request to either and/or: a) have the operator add a new label to replica and arbiter statefulset deployments to distinguish them from each other b) have t...
Guest over 1 year ago in Kubernetes 1 Submitted

mongosh to the bottom of compass

drag the shell to the bottom of compass in the newest version
Guest 6 months ago in Compass 0 Submitted

Add a "Limit" to Delete and Bulk Delete operations

Deleting tens of millions of documents can have a big impact on the performance of the Clusters, even using Bulk Delete. A "Limit" must be added to Delete and Bulk Delete to let us limit the number of operations, making sure we do not kill the Clu...
Guest over 5 years ago in Database 2 Submitted

Allow following a referenced ObjectID to the associated document

I have documents that reference other documents in other collections using the ObjectId. It would be really helpful if I could follow these references in Compass to the associated document. For example, if I find a specific document by using ...
Guest over 3 years ago in Compass 3 Submitted

Expose API for Self-Service Increase of the Clusters per Project Limit

Give Atlas users the ability to increase the number of clusters they can create in a single project above the 25 cluster limit without having to file a support ticket.
Guest over 3 years ago in Atlas 0 Submitted

Configurable number of insertion workers per collection for mongomirror

Mongorestore allows for the number of concurrent insertion workers per collection to be increased using the [--numInsertionWorkersPerCollection](https://docs.mongodb.com/database-tools/mongorestore/#std-option-mongorestore.--numInsertionWorkersPer...
Guest over 4 years ago in Atlas 0 Submitted

Support compound/multiple grouping keys in $bucket

We often need to compute statistical/summarizing aggregations grouped by more than one field where all fields are of a $bucket-able type. An example, would be to count all orders grouped by their status and some custom time ranges of their creati...
Guest almost 3 years ago in Querying & Aggregations 0 Submitted

Implement $bucket and $group on indexed values with sub-linear runtime

We noticed that sum $bucket and $group aggregations such as $min, $max, $count are unexpectedly slow even when fully covered by an index, (partially) because the DB scans through the entire index rather than employing optimization approaches such ...
Guest almost 3 years ago in Performance & Optimization 0 Submitted