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

MongoDB missing support for GeoJSON-compliant indexing+intersection queries

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are building a geospatial application that uses GeoJSON natively. We need to query MongoDB for a list of GeoJSON object...
Mitchell Horning 4 months ago in Querying & Aggregations 0 Future Consideration

Enable CSFLE decryption in BI Connector

Enable CSFLE decryption in BI Connector, in order to provide encrypted fields in MongoDB decrypted for ODBC exposition. CSFLE is described here: https://www.mongodb.com/docs/manual/core/security-client-side-encryption/. For exemple, CSFLE would t...
Guest about 4 years ago in Product Deprecated (Will Not Appear on Portal) 2 Submitted

Raise the limit of 16 MB JSON between aggregation stages

When doing analytics, the 16 MB JSON limit between aggregation stages restricts the ability to process large amount of data. allowDiskUse does not help with all the various $operators and stages that we use. See ticket 00774514 for details.
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Handle Daylight Saving Time when $densify is used on a date field

When using "day" as "unit" for a $densify pipeline stage on a date field, the date is always advanced of 24 hours. This is however not always the expected result in timezones in which the year has one 23-hour and one 25-hour long day, because of D...
Guest over 3 years ago in Querying & Aggregations 1 Submitted

geoContain

Dear all, according to the attached image, I have some documents (in blue, with id from 1 to 5) having a geographic extent and a search area (in yellow). I need to find all documents where search area is completly inside the document's geometry. U...
Guest almost 5 years ago in Querying & Aggregations 0 Submitted

Allow descriptions for $expr sections in DB validation

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Our collection has some complex $expr rules for validating our collection. Unfortunately, $expr does not allow us to add a...
Habibullah Aslam 6 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement

Bi connector - store schema information

We have the BI connector installed/configured via OPS manager on one of our deployments. When we have to restart the node, the BI connector takes a long time to start as it has to rebuild the schema. Hence we would like to file an enhancement requ...
Guest about 5 years ago in Product Deprecated (Will Not Appear on Portal) 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 about 3 years ago in Querying & Aggregations 0 Submitted

Leveraging Group By/Distinct Query to use regular Index

When using Group By or Distinct queries on database, provide the ability to leverage existing index i.e these queries today will miss using existing index db.collection.distinct("field") db.collection.aggregate([ { $group: { _id: "$category", ...
Guest about 1 year ago in Querying & Aggregations 0 Submitted

Allow separate whitelist for Atlas BI Connector

Currently, whitelisting is only possible at the Project level. We would like to allow whitelisting of the BI connector instance separately from the project. The Users/IPs that connect to mongo are completely different for BI connector vs the actu...
Guest over 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted