From bd54eb02e498b3b6bbc91f4cd353ea369a16e759 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Sat, 10 Feb 2018 19:34:22 +0800 Subject: [PATCH] MySQL Sharding (3 part series) at Evernote --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37e76ab..3f7a5e1 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Why Uber Engineering Switched from Postgres to MySQL](https://eng.uber.com/mysql-migration/) * [Handling Growth with Postgres at Instagram](https://engineering.instagram.com/handling-growth-with-postgres-5-tips-from-instagram-d5d7e7ffdfcb) * [Scaling the Analytics Database (Postgres) at TransferWise](http://tech.transferwise.com/scaling-our-analytics-database/) + * [MySQL Sharding (3 part series) at Evernote](https://blog.evernote.com/tech/2015/10/08/the-great-shard-migration-part-ii/) * [Time Series Database (TSDB)](https://www.influxdata.com/time-series-database/) * [Time Series Data: Why and How to Use a Relational Database instead of NoSQL](https://blog.timescale.com/time-series-data-why-and-how-to-use-a-relational-database-instead-of-nosql-d0cd6975e87c) * [Beringei: High-performance Time Series Storage Engine at Facebook](https://code.facebook.com/posts/952820474848503/beringei-a-high-performance-time-series-storage-engine/)