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

Replication & Sharding

Showing 19

Support split horizons in a replicaset without TLS

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Making it easier to use the split horizons feature What would you like to see happen? Describe the desired outcome ...
Segev Finer 25 days ago in Replication & Sharding 0 Submitted

Bidirectional Data Replication beetween two or more clusters

In order to provide active-active deployments on multiple datacenter without need to shard data and route trafic based on shard-key. Develop a bidirectional replication with a conflict resolution method , for example , timestamp-based.
Guest over 4 years ago in Replication & Sharding 0 Submitted

Per-Shard Change Stream and Triggers to improve scalable/performance/resilience

In our geo-sharded cluster, we use Change Streams and Atlas Triggers. Most of our pipelines include a match for the shard key - so we can process the data in the same region where the data resides. However, due to the design of change streams wit...
Boris Figovsky 5 months ago in Database / Replication & Sharding 1 Submitted

More complex balancer windows for sharded clusters

Currently we can define a single balancer window which is applied for every day of the week. It would useful to extend this with, for example: - multiple windows per day (e.g. 2-4am and 9-11pm) - custom windows for days of the week (e.g. Sat 5p...
Guest almost 6 years ago in Replication & Sharding 0 Submitted

Data Replication from one MongoDB Cluster to another MongoDB Cluster

Create an option for the user to replicate data from one MongoDB Cluster to another MongoDB Cluster inside the account. We don't need to migrate data, I need replicate data from an Production Cluster to an Dev/Test Cluster. Thanks.
Guest over 4 years ago in Replication & Sharding 0 Submitted

Unique index in sharded cluster

For enforcing uniqueness in a sharded cluster, the officially recommended approach provided here https://docs.mongodb.com/manual/tutorial/unique-constraints-on-arbitrary-fields/#std-label-shard-key-arbitrary-uniqueness is simplistic and in product...
Guest about 4 years ago in Replication & Sharding 0 Submitted

Elevate hidden replica to a voting member when quorum is lost for a Replica Set

The MongoDB engine should allow for hidden members in a replica set to be automatically elevated to a voting member. When quorum is lost and can't be met, the hidden replica is automatically reconfigured to a voting member to obtain quorum. When ...
Guest over 5 years ago in Replication & Sharding 1 Submitted

deleteMany() execution automatically disable the balancer on sharded clusters

deleteMany() execution automatically disable the balancer on sharded clusters
Marco Barbierato about 1 year ago in Replication & Sharding 0 Submitted

Scheduled stepdown for smoother primary election

Stepdown is a great tool that allows us to keep clusters operating smoothly. We use it for example when we want to perform some maintenance work on the host where the primary is currently running, to perform a rolling upgrade, and in many other ca...
Guest over 1 year ago in Replication & Sharding 0 Submitted

allow mongosync to migrate few field from source to destination for collection in database

right now mongosync will migrate all the fields from source to destination based on filter or non filter setting but there is no way to move few field out of all field for all document to migrate few field from source to destination for collect...
Guest almost 2 years ago in Replication & Sharding 0 Submitted