Please join Percona Support Engineer Vinodh Krishnaswamy as he presents his talk “MongoDB Sharded Cluster & HA – How to Design your Topology” on Thursday, August 29th, 2019, at 6:00 AM PDT (UTC-7).

View the Recording

MongoDB Sharded Cluster is very well established to handle huge amounts of data across geographically-separate data centers. Sharding the data across the shards evenly or specific to region/data centers based on the application requests is important. But sometimes the sharded cluster setup is not well designed, which leads to data being distributed improperly across shards so the application fails to serve the request within the desired turnaround time. Also, HA design within Sharded Cluster is equally important to avoid any downtime. In this talk, we will see how to design your Shared Cluster topology + HA to make the most out of it.