Scaling Write Throughput in Azure Database for MySQL Using Application-Level Sharding (from Azure for MySQL Blog)
pThis blog post walks through scaling write throughput in Azure Database for MySQL using application level sharding. It starts with the why behind sharding and then builds a complete C# implementation that spreads writes across three Azure Database for MySQL Flexible Servers./p
Why Shard in the First Place?
pThis post focuses specifically on scaling write throughput. A well-tuned single primary nod
[...]
