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

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
John Lilley almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add support for SSH Tunnel

Similar to the request for SOCKS proxy support, it would be good to add support for SSH tunnels for drivers (since Compass supports this already). This can be useful for developers working remotely when company policy disallows whitelisting home ...
Guest almost 6 years ago in Drivers & Frameworks 0 Submitted

MongoDB emulator

From a user - A MongoDB in-memory emulator would help development against MongoDB in a completely isolated way. They deploy self contained applications for developers that don't have any external connections other than MongoDB. The customer found ...
Guest almost 6 years ago in Database 0 Submitted

Periodic large bulk insert/update all or nothing with instant switchover

Provide the ability for orgs to update things like large reference data sets periodically. E.g. an ecommerce site updates its product inventory every night at midnight, where even though the inserts or updates may take say 10 minutes to run and co...
Guest almost 6 years ago in Database 0 Submitted

Have option to auto add/update timestamp

It would be great if driver can auto update created_at and updated_at timestamp/date
Guest almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Notification Alert

Whenever a document is created within a collection to send a email to the account holder.
Guest almost 6 years ago in Database 0 Submitted

A tool to test the connection that can fix resolution issues in server selection

This is probably not Node Specific a general problem with connecting via a seed list. ServerSelection via seed list is a great concept. It works poorly. I have attached an hour of starting a working webserver app and 30 times starting it in a lit...
Guest almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow validate to use replica tags

The use case for this is to be able to target a secondaries in different shards. If validate accepted tag read preference it could be kicked off from a shell connected to a mongos.
Guest almost 6 years ago in Database 0 Submitted

Validate Window

In 4.4 with validate being able to run in the background. https://docs.mongodb.com/master/reference/method/db.collection.validate/#behavior It would be good to have a "validate window" that would cycle though each collection. Similar to the way...
Guest almost 6 years ago in Database 0 Submitted

would be helpful, with the online interface, to be able to bulk import collections

For those whose corporate firewalls do not allow for mongo client access to the free mongo cloud db, it would be extremely helpful to be able to upload a pre-formatted json collection of documents, rather than entering those documents one at a time.
Guest almost 6 years ago in Database 0 Submitted