Update the parent ref link for DB replication

This commit is contained in:
binhnguyennus 2022-07-03 09:05:44 +08:00
parent 847fe8e00f
commit cd16ffe2ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)