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

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 5 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement

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

Possibility to edit and save documents

Now when I open a document, I can write in it but can't save it. Make a save button to update it
Guest over 1 year ago in IDEs 1 Submitted

Kerberos Authentication for VSCode

Hi, All our databases are secured using Kerberos authenticatoin. I do not see Kerberos/GSSAPI authentication option for this plugin. Looking forward to see this added to the plugin so that we can offer this to our developers. Compass supports Ker...
Guest almost 6 years ago in IDEs 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

Rename Database function

Subject: Feature Request: Add Support for Renaming a Database Dear MongoDB Team, I appreciate the great work you’ve done with MongoDB—it’s a fantastic database solution that continues to evolve and improve. However, I would like to suggest a fea...
Guest about 1 year ago in IDEs 0 Submitted

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