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 316 of 3997

geoIntersects feature for 2D index

At Airbus, we would like to use geoIntersects feature with 2D Index. We don't need 2DSphere Index, but we have to use it if we want to have geoIntersects avalaible. As a consequence, we have to manage Spherical margins which introduces a useless a...
Guest over 5 years ago in Database 1 Submitted

Use dedicated interface for replication and balancing

Like many other big database system, MongoDB may support to specify dedicated interfaces for replication and/or for the balancer (sharding) Currently you can configure replication sets and shards members only by single hostname/IP-Address, i.e. *...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

Make it clear an index not on present on all shards

We recently had an issue where an index did not get created on all shards. When we ran getIndexes() on mongos it reported the index was present. So we dropped another redundant index thinking all would be well - it was not. We had serious performa...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Automatic Indexes

MongoDB can already suggest useful indexes. Why not take the next step and allow MongoDB to autonomously create and manage indexes. Ideally it will automatically maintain the indexes over time as the structure and usage of the database changes.
Guest over 5 years ago in Data Modeling & Indexing 1 Submitted

Sorting support on Array fields.

Presently, I'm attempting to arrange(sort) the documents within my collection based on a key nested within an array object. However, sorting isn't functioning as expected in this scenario. A proper explanation with example is here what I mean. ht...
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Best multivitamin for ****** cancer survivors

Pink Ribbon Inc offers the American ****** Care Custom ****** Prosthesis for women following a mastectomy or ******-conserving surgery. More info :- https://pinkribboninc.com/
Guest almost 2 years ago in Replication & Sharding 0 Submitted

CSFLE - Enable aggregation stages for non-encrypted collections

When encrypting any collection with CSFLE, aggregation is not allowed on non-encrypted collections. The official recommendation is to maintain 2 clients: 1 for CSFLE and 1 for when aggregation is needed. How is this an acceptable solution?
Guest almost 4 years ago in Database 0 Submitted

Preserve field order in $merge

Filed on behalf of https://jira.mongodb.org/browse/SERVER-63853: A variety of formats require strict adherence to the sequence of fields, such as bioinformatics Files of such formats are often very large and contain nested structures, so it is c...
Guest almost 4 years ago in Database 0 Submitted

JSON

I'm converting a lot of data for export from MongoDB -> Postgresql I would like an aggregation function to convert an object to JSON { "$addField": { "_id": true, "json": { '$convert': { 'input': '$subdocument', 'to': 'json', # // Id...
Guest almost 2 years ago in Querying & Aggregations 0 Submitted

Self-Managed Computed Collections

This feature would enable MongoDB to automatically generate common patterns by computing entire collections. A particularly useful application would be the ability to identify duplicate fields within a collection and create a computed collection t...
Guest almost 2 years ago in Database 0 Submitted