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

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 about 3 years ago in Performance & Optimization 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

Support Prepared Statements in BI Connector

The Power Query Editor in Microsoft leverages a prepared statement for query/filtering. Error message: This command is not supported in the prepared statement protocol yet This is a feature request to support prepared statements in the mongosqld...
Guest about 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

BI Connector username and password in yaml file

Currently BI Connector has username and password in clear. this presents problem in terms of security. BI connector has to have a way to encrypt the password and then we store the encrypted password which BI connector can decrypt and use it. it ca...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

BI Connector Atlas - View current schema creation/update status

In Atlas the is no way to see the BI connector logs, so, the request is to be able to see the Current schema creation/update status or even better, be able to see the log.
Guest over 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Enable Write Permission In BI

Hope BI enable write permission because a lot of system especially Windows base using ODBC
Guest over 5 years ago in Product Deprecated (Will Not Appear on Portal) 2 Submitted

Notification and alerts when BI Connector fails

When a BI Connector fails, no alerts are sent to admins, only the notification on the page is available indicating that it will "restart in 5 minutes".
Guest over 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest about 1 year ago in Performance & Optimization 0 Submitted

Execute $group on shardPart instead of mergerPart

Basically what is described here: https://www.mongodb.com/community/forums/t/how-to-enforce-mongodb-to-execute-group-on-shardpart-of-the-execution-plan/267560 When running covered count queries that could be aggregated independently on the shards...
Guest about 1 year ago in Performance & Optimization 0 Submitted

Logs menu item should be always clickable, even while on Logs page, to allow quick reloading.

In the Stitch UI: https://stitch.mongodb.com/groups//apps//logs On the left hand side menu, the Logs menu item under "Manage". Right now if you click on it and display the logs, the "Logs" menu item becomes un-clickable. Since the Logs is not se...
Guest almost 6 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted