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 4011 of 4011

M220p doesn't work

M220P does not work. Anaconda is also a terrible thing for you to suggest. considering it's python, I would have expected you to just recommend python -m venv .venv -- simple. Yet your entire course doesn't work. python run.py does not work. Multi...
Guest over 3 years ago in Education 0 Will Not Implement

Add directConnection=true for advanced connection settings options

Please add `directConnection=true` for advanced connection settings options coz i cannot connect to server with mongoDB
Guest over 3 years ago in IDEs 0 Submitted

Indentation/newlines for Aggregation: Export to Language/PHP

I tried to use the the aggregation pipeline feature Export to Language, for PHP. The pipeline was quite complex, so I was surprised when I copied it into PHP Storm that the entire pipeline was on a single line, making it quite hard to read. PHP St...
Guest over 3 years ago in Compass 0 Submitted

Copying gbs of collection data from one project to another project

Currently it is highly time consuming process of copying a 100gb collection from one project to another project. There is no faster and proper way of copying the data. This feature is highly needed. Because each environment resides in different pr...
Guest over 3 years ago in Atlas 0 Submitted

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