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

Showing 123 of 4027

Better mongo file loading performance

Manage a faster loading of files in command line to have better perfs for multiple small scripts. See Case 01251177.
Guest about 2 years ago in MongoDB Shell 0 Submitted

Extend the support for the MongoDB ODBC driver to RHEL8

At present there is only support for RHEL7, which is effectively out of date. This would support more migrations to RHEL8.
Guest over 2 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Avoid issuing commands upon connection where the user is unauthorized to execute them

Presently when a user connects to a MongoDB cluster mongosh will execute several command helpers. Unless the users have specific privileges these commands will trigger several unauthorised messages similar to below: ``` {"msg":"Checking authoriza...
Guest over 2 years ago in MongoDB Shell 0 Submitted

mongosh parse mongo url offline

In scripting easiers and most robust way to pass mongodb connection info using url string. Sometimes though there is need to parse part of it, like database name or specific query params. In NodeJS whathg URL can be used for this, additionally val...
Guest over 2 years ago in MongoDB Shell 0 Submitted

Organize and filter Realm functions

When you start to have a lot of Realm functions, it's a nightmare to navigate through them. It would be nice to be able to: 1. Filter the functions based on: public/private, authentication method 2. Organize functions in (virtual) folders
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Implement error handling in MongoBI Connector

Right now, if the `$sample` query (used to create the DRDL schema) fails, it'll re-run the query once again, forever. The only place when the error is accessible is in the "Profiler" tab of a given node. In our case - and I believe it's common - t...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Re-sample only part of the MongoBI Connector schema

It'd be great if we could run "FLUSH SAMPLE collectionName". It's rarely the case that a lot of collections have changed at once and such a "light re-sample" might be a good alternative.
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Provide an alternative sampling technique for views in MongoBI Connector

As stated in the docs (https://docs.mongodb.com/manual/reference/operator/aggregation/sample/#behavior), the `$sample` stage will perform a full `COLLSCAN` if some criteria won't be met. The problem is that no view (https://docs.mongodb.com/manual...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

We have a MongoDB Sharded Cluster host thousands of collections. The schema file for bi connector is quite large. Every time we run a new qu

Current BI Connector behaviour is that it will do a listCollections command after an existing connection to BIC has been idle for 1-2 minutes. For databases with thousands of collections, this will take several minutes to complete. Afte rthe conne...
Guest over 2 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Add a provider_region parameter in the "realm-cli apps create"

Hi, I noticed that there is no argument in the "realm-cli apps create" to select a region. The API already supports a provider_region parameter (https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/apps/operation/adminCreateApplicati...
Guest over 2 years ago in Atlas CLI 0 Will Not Implement