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

Migrate SQL data into MongoDB via Compass plugin/feature

No description provided
Guest over 6 years ago in Compass 0 Submitted

Adjust number of shown fields for document in list view

No description provided
Guest over 6 years ago in Compass 1 Submitted

I need CRUD support for DBRef fields/values

No description provided
Guest over 6 years ago in Compass 1 Submitted

Display Atlas cluster name in command prompt, rather than internal slug

When connected to an Atlas cluster, I can see the Atlas internal hostname slug in the command prompt: Atlas atlas-l1ugii-shard-0 [secondary] database_name> It would be easier if this displayed the Atlas hostname, that matches the UI, and in...
Marie Atterbury about 3 years ago in MongoDB Shell 0 Submitted

Granular archiving window - schedule archiving at multiple times

At present online archiving can only be sceduled once per day/week/month. There should be an option to add multiple scheduling windows in a day/week/month to enable schedules such as "every Saturday and Sunday", or "at 3AM and 10PM".
Guest about 3 years ago in Atlas Backups 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 about 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 about 3 years ago in Replication & Sharding 0 Submitted

Faster Search Index Builds

Today, my index build may take a long time (depending on the amount of documents being indexed) and I would like to see these be faster so I am able to develop and iterate faster. Please comment current build time and preferred build time.
Guest about 3 years ago in Atlas Search 0 Submitted

Minimum Oplog Retention Period - Set Minimum Oplog Window

The documentation states: "New in version 4.4: Starting in MongoDB 4.4, you can specify the minimum number of hours to preserve an oplog entry." https://www.mongodb.com/docs/manual/core/replica-set-oplog/#minimum-oplog-retention-period The mongod...
Guest about 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

Normalize maximum time in MS parameter name, maxTimeMS vs max_time_ms

Currently, some operations such as aggregate() or count\_documents use maxTimeMS as parameter name, but others such as the find(), use max\_time\_ms, so unless you memorize which method uses which nomenclature, you have to check the docs every tim...
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted