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

All feedback

Showing 3959 of 3959

Charts Click-event exposed in Atlas Charts UI

Use Case: Building an Extended Profiler with mongod log data. The right-click event maybe satisfactory if it is added to the expanded view, and the scatter plot point is anchored so that after you are done with the data view pop-up, you can quick...
Guest over 3 years ago in Charts 0 Submitted

support try..catch

It does not appear that mongosh supports try..catch. I put catch block around "insertOne" ``` try { db.inboxItemCounts.insertOne({ "_id": { "userId": userDoc.userId }, "fromUserSummary": [{ "userName": fromUserDoc.userName, "count": 1 }],...
Guest over 3 years ago in MongoDB Shell 2 Will Not Implement

$addToSetIfNotExists or javascript code as array operator

This would allow for unique if not last entry into arrays. Preventing: ['one', 'one', 'two', 'three'] But allowing: ['one', 'two', 'three', 'one'] Or perhaps (to run js code on the array at the db): `.update({}, {$js: {'array_field': '...
Guest over 3 years ago in Database 1 Submitted

Save ATLAS monitoring selection settings

Atlas monitoring has different setinngs: Primaries, Secondaries, All it would be good if the setting ALL (and maybe others) could be saved so I do not need to select it again. thanks Rene Schwarz
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Allow Dynamic Object In $project and $addFields

Assume I have a field mapping defined in some configuration collection of my application. And this field mapping varies for different clients on my application. I would like to pass the dynamic object in my $project or $addFields stage Like: $p...
Guest over 3 years ago in Querying & Aggregations 0 Submitted

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Explain Plan and query to work on all valid queries -- if an official driver works the Compass should be able to help debugging

Mongo Compass Explain Plan cannot work on queries which are using common Java available syntax. Having no way to use Explain Plan on valid queries, without modifying the query, should be a feature. ``` { "_id" : { "$in": [{ "$binary" : "6Uk1UVZWl...
Guest over 3 years ago in Compass 0 Submitted

Possibility to have _id field with new ObjectId added to each array element automatically

Hi, I thought it would be a good idea to have the option to have an array automatically add an _id field with new ObjectId per element if its an array of object. In our use cases, we mostly update/delete items by their _id. In the case where we...
Guest over 3 years ago in Compass 0 Submitted

Allow for specifying config file path.

Currently, the config for Atlas CLI lives in a specific directory defined by the tool: https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-save-connection-settings/#std-label-config-toml-location While the config can be both set by CLI and ed...
Guest over 3 years ago in Atlas CLI 0 Future Consideration

Support Authentication Triggers upon user update

We would be happy to see Authentication Trigger support for UPDATES in user management. For now it seems these triggers are limited to user creation and deletion (https://www.mongodb.com/docs/atlas/app-services/triggers/authentication-triggers/). ...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted