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 309

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 over 1 year ago in Replication & Sharding 0 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. *...
Guest 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

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 over 1 year ago in Querying & Aggregations 0 Submitted

Validation for referential integrity

Currently, with the JSON Schema validation, we are able to limit the values for a field using enumerations. However, we need to have a way to limit the values to those entered in another collection.
Guest about 5 years ago in Database 0 Submitted

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

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

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

Make account connections stable

My account is stuck in "We are deploying your changes (current action: configuring MongoDB)" endless loop for the entire eveing and I cannot finish my project for tomorrow. Cannot connect to my database even with a saved IP. Yes it's a free accou...
Guest almost 2 years ago in Database 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 over 3 years ago in Database 0 Submitted