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

Add configuration option to disable seedSecondary scripts in snapshots

Currently each snapshot includes the seedSecondary scripts that no longer work for MongoDB 3.6 or greater. ``` -r-x-w-r-t 1 107 65534 767 Jan 30 11:40 seedSecondary.sh -rw-r--r-- 1 107 65534 754 Jan 30 11:40 seedSecondary.bat ``` Please add an ...
Stephen Jamieson about 6 years ago in Atlas Backups 0 Submitted

Add functionality to specify the readConcern level at db.collection.findOne()

Add functionality to specify the readConcern at db.collection.findOne(). At the version 5.0.14 it's not supported.
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Combine reshardCollection+mongosynd idea to support a remote collection on a separate new cluster

Great for prod productivity and 99.999 SLA if mongo could support this, for example, Given "mydb.mycoll" in current cluster being sharded with {zip:1} shard key 1/ New cluster: sh.shardCollection( "mydb.mycoll", {name:1, phone:1} ) 2/ "Mongocopy...
Guest about 3 years ago in Replication & Sharding 0 Submitted

Allow setting the backup PreferredMember via the API for sharded clusters

It's currently only possible to set a backup PreferredMember via the API for a standalone replicaset, but it's not possible to set the PreferredMember for shards of a sharded cluster. You can do this via the Web UI, but that's incredibly tedious ...
Quentin Moon about 3 years ago in Atlas Backups 0 Submitted

Allow backup of Archived Data and Region Level Redundancy

1) For protection from Security threats like ransomware attacks where the complete data on disk can be corrupted we need a backup solution for the Archived Database. There should be cyclic backups from where the complete data can be retrieved. 2)...
Guest about 3 years ago in Atlas Backups 0 Submitted

throttle sessions which use too much resources

We have different types of applications : 1. Writer - to load data into mongodb from different data sources 2. Reader - to read data and display to end user. Normally, there is strict SLA for reader , but no SLA (or less restricted) for writers. ...
Guest about 3 years ago in Performance & Optimization 0 Submitted

Support double/string epoch time for date match

Allow a broader range of data types (double, string..) for epoch times.
Lucas Garcia about 3 years ago in Atlas Backups 0 Submitted

Improve sorting performance

Sorting always ends up doing a collection scan when the selected index for the find/match does meet the sort requirement. The sort effectively makes the performance worse by 15-25 times for the "matched" dataset which runs into 10s of thousands (n...
Guest over 3 years ago in Performance & Optimization 0 Submitted

$currentDate option to only update if the document was modified

A common pattern in a data model is to have a field that denotes when the data was last modified. For this example, let this field be called "updated". I want to toggle a field on a document called "enabled", and if the value is modified I also wa...
Guest over 3 years ago in Querying & Aggregations 0 Submitted

Custom alert for when backups are restored or downloaded

No description provided
Guest over 6 years ago in Atlas Backups 0 Submitted