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 158 of 4027

"Table View" of Documents

As some others tools have, a way to view all documents from a collection in a table format with columns and lines. An 'click on header for sort' is well desirable.
Guest about 5 years ago in IDEs 6 Submitted

Update PyArrow version required for PyMongoArrow to use with Fireducks

Update PyArrow version to use with Fireducks - right now I want to use these three libraries in one data science project: - fireducks-1.2.2 (pip install fireducks) - pyarrow-19.0.1 (pip install pyarrow) <-- required by the Fireducks - pymongoar...
Guest about 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add Nearest secondary read preference

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 would like to avoid the nearest read reference to connect to the primary. What would you like to see happen? Des...
Ping Kin Ma 6 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Create/Edit App Services Functions from VS Code

Once connected to an Atlas database, if there are applications in App Services, the ability to select an application and create or edit Functions inside the MongoDB for VS Code extension would be really cool!
Guest almost 3 years ago in IDEs 0 Submitted

Add a function for determining if a connection object is still healthy

If an application needs to cache database connections to MongoDB. It would be helpful to have a function to call when retrieving a cached database connection. This function would ensure the connection is healthy before use. It could just return a ...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 3 Submitted

Ask for password

When i work in VSCode and I connect to a MongoDB then I can save this connection in the settings.json. This works and this is very nice. But it requires to store the password in the settings-file. Because if you remove the password from the connec...
Guest 8 months ago in IDEs 0 Submitted

Do not error when performing bulkwrite operations with 0 elements

It frequently add unnecessary friction, eg if we process elements 1000 by 1000 and then process the remaining ones Just silently no-op in those cases Same for insertMany. I'm sure a lot of people would appreciate that QoL improvement
Guest 9 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Make driver aware of Autoscaling

Driver not aware of autoscaling (topology changes) This is related to https://support.mongodb.com/case/01186544. We are experiencing exceptions when autoscaling is supposed to work flawlessly. The problem seems to be that the driver checks for a ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Client-Side Automatic Field Encryption - Support contacting keyvault via Sock Proxy

When using Atlas from our application in our Datacenter, we are able to connect to it without issue. When adding CSFLE, some HTTP calls are made to login on Azure and access the AKV. These HTTP calls must go through a proxy.
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

We do not have to repeat use('db') every time

After executing use('db') we don't need to include the command with each run, especially when we want to run the selected line. At present, if I run some selected lines to run from play ground it doesn't works if the lines doesn't includes the u...
Guest almost 5 years ago in IDEs 6 Submitted