From afe654ae5db81d6e83374d390600f4c79c023dcc Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Mon, 5 Mar 2018 09:10:58 +0800 Subject: [PATCH] SQL Database Performance Tuning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a78bf6..9aa8141 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Optimizing Redis Storage at Deliveroo](https://deliveroo.engineering/2017/01/19/optimising-membership-queries.html) * [RDBMS (MySQL, MSSQL, PostgreSQL)](https://www.mysql.com/products/cluster/scalability.html) * [MS SQL versus MySQL](https://www.upwork.com/hiring/data/sql-vs-mysql-which-relational-database-is-right-for-you/) + * [SQL Database Performance Tuning](https://www.toptal.com/sql-server/sql-database-tuning-for-developers) * [Scaling Distributed Joins](http://blog.memsql.com/scaling-distributed-joins/) * [Why SQL is beating NoSQL, and what this means for the future of data](https://blog.timescale.com/why-sql-beating-nosql-what-this-means-for-future-of-data-time-series-database-348b777b847a) * [MySQL Crash-Safe Replication, Parallel Replication, and Slave Scaling (10 parts) at Booking.com](https://blog.booking.com/author/jean-francois-gagne.html)