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

Database

Showing 302

Improve Changestream metadata by including userId(who), action/intent (event name).

This can be done by including meta data in the options for C(R)UD operations! Something like: `User.updateOne({ _id }, { $set: { name: "newName" } }, { $meta: { userId: _id, action: "nameUpdated" })` This is super useful because now changestream ...
Guest over 2 years ago in Database 0 Submitted

NoTableScan at the collection level

NoTableScan at the collection level instead of mongod level.
Guest over 4 years ago in Database 1 Submitted

Add expression indexes

An expression index is one where the value being indexed is the result of an expression, like lower casing a string. http://en.wikipedia.org/wiki/Expression_index http://www.postgresql.org/docs/8.1/static/indexes-expressional.html
Guest over 4 years ago in Data Modeling & Indexing 0 Submitted

Support to Export snapshots from clusters in an Atlas project with private endpoints enabled

No description provided
Guest 10 months ago in Database 0 Submitted

define the random seed manually, for $rand and $sample

It will be great if an additional paramater to define the seed for $rand and $sample could be use.
Guest over 2 years ago in Querying & Aggregations 1 Submitted

Display Recovery time during restore process.

Team, Currently Mongo DB restoration process not giving any recovery time estimate when restore process start and because of that we are not able to plan time window for other critical process to start which is depend on restore and not able to c...
Guest over 3 years ago in Database 0 Submitted

Support default values in validation

Many MongoDB users feel that default values should be supported in validation. See, for example: https://www.mongodb.com/community/forums/t/setting-default-values-in-data-schema/8411 https://www.mongodb.com/community/forums/t/support-default-value...
Guest 10 months ago in Data Modeling & Indexing 0 Submitted

Providing connection details with username for real time connection monitoring.

Currently, mongd.log provides connection details like remote IP, source port with authentication information but doesn't provide the connection is in active state or not. serverStatus() only provides number of current and active connections. Exam...
Guest almost 2 years ago in Database 3 Submitted

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest 11 months ago in Performance & Optimization 0 Submitted

Query comment or metadata in change stream event

Our application is using change stream events to publish changes as kafka events for our customers. Sometimes we are in need to decide if an event should be send by kafka or not. Right at the moment the only way would be to decide based on additio...
Guest almost 2 years ago in Database 0 Submitted