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

Add usually Collection to used list

No description provided
Guest over 2 years ago in IDEs 0 Submitted

Display the time it took for queries

Similar to any other MongoDB tool, I would like to know how much it took me to run the specific query/count and so on. It would be nice to also have a timer that indicate how much time it been running for (when the query taking too much time).
Guest almost 3 years ago in IDEs 0 Submitted

Enable code block with connection to choose and run icon

Like python notebooks, it would be very helpful to have code blocks to run and select database. like the image shown
Guest almost 2 years ago in IDEs 1 Submitted

Conditional confirmation prompt

I want to configure which connection should have a confirmation prompt before running a playground command. For ex., no prompt for the development database, yes prompt for the production database.
Guest almost 6 years ago in IDEs 0 Submitted

Enable index and import export from extension

Enable Vector Search Index Creation from extension, importing and exporting data into and out of collections
Guest over 1 year ago in IDEs 0 Submitted

Create an official Elixir driver

See https://github.com/elixir-lang/elixir and https://elixir-lang.org/ Thank you!
Guest almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 4 Submitted

Use Ctr-Enter to execute instuction where the cursor is.

Currently, is kind of tedius to execute a targeted line. Other editors accept Ctl-Enter to execute the line, which is very convenient.
Guest over 4 years ago in IDEs 4 Submitted

Change Object ID display format from '{$oid: 'xxxx'}' to ObjectId('xxxxx')

It just uses only 1 line instead 3 lines. And we can copy it directly.
Guest almost 4 years ago in IDEs 1 Submitted

Option to disable comments for aggregation stages

*Detailed Description* Option to disable comments for aggregation stages by default. I would assume that link to documentation website will make more sense, considering complexity of aggregation stage use cases. And even that should be optional. ...
Guest almost 6 years ago in IDEs 0 Submitted

A `syncIndexes()` API for PyMongo.

Implement a method on the collection object, `syncIndexes`, that takes a list of IndexModels (similar to the existing `createIndexes` method) and ensures that the indexes in the collection is exactly the same as those specified in the list. Simil...
Yi Hong 10 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted