From 25daf9f6cbc130c90d19ffd58faf03a3ba15ae0c Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 28 Aug 2020 15:06:52 +0800 Subject: [PATCH] Scaling Services with Shard Manager at Facebook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e00a02..9d89b49 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [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/) * [Geosharded Recommendations (3 parts) at Tinder](https://medium.com/tinder-engineering/geosharded-recommendations-part-3-consistency-2d2cb2f0594b) + * [Scaling Services with Shard Manager at Facebook](https://engineering.fb.com/production-engineering/scaling-services-with-shard-manager/) * [Presto the Distributed SQL Query Engine](https://research.fb.com/wp-content/uploads/2019/03/Presto-SQL-on-Everything.pdf?) * [Presto at Pinterest](https://medium.com/@Pinterest_Engineering/presto-at-pinterest-a8bda7515e52) * [Presto Infrastructure at Lyft](https://eng.lyft.com/presto-infrastructure-at-lyft-b10adb9db01)