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

Examples for installing operator declaratively on argocd

Hey there, Would it be possible to add some examples when it comes to deploying the community operator with argocd? Thanks
Guest about 3 years ago in Under Review 0 Submitted

mongotop improvements

Hi. I want to suggest a couple of improvements for mongotop. * count output in a grid view. Now only time is supported. Could be implemented with a command line flag * limit the number of rows in a grid view with a command line flag (now 10 is ha...
Guest over 3 years ago in Under Review 0 Submitted

Support $documents on shards

The new aggregation operator $documents cannot be used together with $merge in a sharded cluster, you get an error: ``` db.aggregate([ { $documents: [ { _id: ObjectId("6616b08a610fab3e84d2d4ee"), a: 'foo', shardKey: 1 }, ] }, { $merge: { in...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

multi region support for MongoDB Community Operator

multi region support for MongoDB Community Operator
Guest over 3 years ago in Under Review 0 Submitted

Raise an error when "majority" writes not possible

This topic is related to https://www.mongodb.com/docs/v6.0/tutorial/mitigate-psa-performance-issues/ in a PSA ReplicaSet configuration. When you try to execute a command with writeConcern `{w: "majority"}` in a three-member Primary-Secondary-Arbi...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

Do not trigger spurious COLLSCAN alerts for getmore commands during watch

Here's what MongoDB support summarizes about the current behavior: "Upon consulting with the team, they have confirmed that sometimes change streams can trigger collection scans, but these alerts are an artifact of how we calculate the metric toda...
Guest over 3 years ago in Under Review 0 Submitted

Mongoimport CSV columnsHaveTypes to support ObjectID type

Mongoimport supports a number of import types via the --columnsHaveTypes switch. It would be great if 'objectid' was added as a type.
Guest over 3 years ago in Under Review 0 Submitted

mongoimport: trap SIGUSR1 to flush buffer

If mongoimport is run in the background as a daemon, the user doesn't have many good ways to manually flush the buffer from a scripting standpoint. By default mongoimport flushed data every 1000 documents. This feature as already requested at htt...
Wernfried Domscheit over 3 years ago in Under Review 0 Submitted

Show Snapshot ID of the backup

The snapshot id is not surfaced in the web UI in any convenient way. If there is is a need to find it out for a restore this should be shown via UI instead of making complex API call just to get the snapshot ID.
Guest over 3 years ago in Under Review 0 Submitted

MongoDB Tools Apple Silicon native version

6.0 now has a native release for Apple Silicon, but the tools are still compiled for x86_64. The https://github.com/mongodb/mongo-tools/blob/master/PLATFORMSUPPORT.md seems to point towards new platform support on internal systems like https://eve...
Guest over 3 years ago in Under Review 0 Submitted