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

Provide a mechanism for specifying default database name in connection string

According to https://jira.mongodb.org/browse/GODRIVER-914 the connection string is only meant to specify the auth database. However, many of the official MongoDB drivers and tools also use the database specified in the connection string as the def...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Schema inference

Schemaless is flexible but it has a big impact for the downstreams especially for data exchange and DW/AI. It is a must-have effort to derive & infer the schema from the actual documents, so that we can understand/track/evolve/translate the d...
Guest almost 3 years ago in Data Federation 0 Submitted

Precautionary Change/Recommendations for Shard Drops

If a user submits a configuration change to drop a shard, Atlas will sift through the cluster metrics and advise any necessary changes needed in order to complete the change without any errors/delays. For example, it will share the correct number ...
Guest over 5 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

One of the waste application, often times it is ip address was automatically disconected and throw some lot of errors waste application

No description provided
Guest almost 3 years ago in Database 0 Submitted

Expired Transactions failures should be reported more clearly in the driver error message

Long-running transactions may trigger an aborted transaction, but the cause is not clearly communicated by the driver exception message. > Failed: Command insert failed: Transaction 1 has been aborted.. Unhandled exception. MongoDB.Driver.Mon...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Consider performing AB testing on the quality of Atlas upsell advertisements

As of July 28th, 2020, paying Cloud Manager customers are viewing 3 separate upsell advertisements of Atlas. Could there be an initiative to gauge the quality of these advertisements so that we can avoid accidentally overloading the UI with upsell...
Guest over 5 years ago in Under Review 0 Submitted

Improve the sample code for Connecting with MongoDB Driver

When in Atlas you click the Connect button and get to the screen 'Connecting with MongoDB Driver', the Java sample isn't using the MongoClientSettings.builder() to set writeConcern and retryWrites. This is done in the connect string instead, even ...
Guest almost 3 years ago in Atlas 0 Submitted

single-thread pymongo

Hi. I am using MongoDB Atlas and have recently moved my site to Google App Engine. GAE supports only limited multithreading and outputs errors about PyMongo. Disabling multi-threading option of PyMongo will help me. Thanks.
Guest almost 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow use of keyboard to select a data type

When adding a value, I cannot use my keyboard to switch between data types (like a typical dropdown). Example, if I use TAB, it should highlight the dropdown, then I can hit "T" which would automatically select timestamp. This is the normal func...
Guest over 5 years ago in Compass & Data Explorer 0 Submitted

Historical log of slow operations

Compass's "slowest operations" feature in the performance tab has been very helpful for debugging collection scans due to missing indexes. The only problem is that I have to sit there and watch it to try and "catch" the slow operations with a cli...
Guest over 5 years ago in Compass & Data Explorer 0 Submitted