From 847fe8e00f2021289c21204d37b2db302603bfd3 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 26 Jun 2022 22:03:08 +0800 Subject: [PATCH 1/2] Update an obsolete link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bf952..f1fb2d2 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Cloud Big Data Design Patterns - Lynn Langit](https://lynnlangit.com/2017/03/14/beyond-relational/) * [How NOT to design Netflix in your 45-minute System Design Interview?](https://hackernoon.com/how-not-to-design-netflix-in-your-45-minute-system-design-interview-64953391a054) * [API Best Practices: Webhooks, Deprecation, and Design](https://zapier.com/engineering/api-best-practices/) -* [Explaining Low-Level Systems (OS, Network/Protocol, Database, Storage)](https://www.palantir.com/how-to-ace-a-systems-design-interview/) +* [Explaining Low-Level Systems (OS, Network/Protocol, Database, Storage)](https://www.cse.wustl.edu/~jain/cse567-06/ftp/os_monitors/index.html) * [OSI and TCP/IP Cheat Sheet](http://jaredheinrichs.com/mastering-the-osi-tcpip-models.html) * [The Precise Meaning of I/O Wait Time in Linux](http://veithen.github.io/2013/11/18/iowait-linux.html) * [Paxos Made Live – An Engineering Perspective](https://research.google.com/archive/paxos_made_live.html) From cd16ffe2ba6eb4109a59416cf4749129483fd6d5 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 3 Jul 2022 09:05:44 +0800 Subject: [PATCH 2/2] Update the parent ref link for DB replication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fb2d2..ef90bf6 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Minimizing Read-Write MySQL Downtime at Yelp](https://engineeringblog.yelp.com/2020/11/minimizing-read-write-mysql-downtime.html) * [Migrating MySQL from 5.6 to 8.0 at Facebook](https://engineering.fb.com/2021/07/22/data-infrastructure/mysql/) * [Migration from HBase to MyRocks at Quora](https://quoraengineering.quora.com/Migration-from-HBase-to-MyRocks-at-Quora) - * [Replication](https://m.alphasights.com/a-primer-on-database-replication-381b319cd032) + * [Replication](https://docs.microsoft.com/en-us/sql/relational-databases/replication/types-of-replication) * [MySQL Parallel Replication (4 parts) at Booking.com](https://medium.com/booking-com-infrastructure/evaluating-mysql-parallel-replication-part-4-annex-under-the-hood-eb456cf8b2fb) * [Mitigating MySQL Replication Lag and Reducing Read Load at Github](https://githubengineering.com/mitigating-replication-lag-and-reducing-read-load-with-freno/) * [Read Consistency with Database Replicas at Shopify](https://shopify.engineering/read-consistency-database-replicas)