From 457e6463f7a7791229eaa5609f5cabfdf45193ba Mon Sep 17 00:00:00 2001 From: Manjunath Shetty Date: Mon, 27 Apr 2020 09:44:42 +0530 Subject: [PATCH] Added Quora MySQL sharding blog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b099bb..a09b517 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Sharding MySQL at Pinterest](https://medium.com/@Pinterest_Engineering/sharding-pinterest-how-we-scaled-our-mysql-fleet-3f341e96ca6f) * [Sharding MySQL at Twilio](https://www.twilio.com/engineering/2014/06/26/how-we-replaced-our-data-pipeline-with-zero-downtime) * [Sharding MySQL at Square](https://medium.com/square-corner-blog/sharding-cash-10280fa3ef3b) + * [Sharding MySQL at Quora](https://www.quora.com/q/quoraengineering/MySQL-sharding-at-Quora) * [Sharding Layer of Schemaless Datastore at Uber](https://eng.uber.com/schemaless-rewrite/) * [Sharding & IDs at Instagram](https://instagram-engineering.com/sharding-ids-at-instagram-1cf5a71e5a5c) * [Solr: Improving Performance for Batch Indexing at Box](https://blog.box.com/blog/solr-improving-performance-batch-indexing/)