mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 08:58:57 +03:00
Replaced broken link in SQL Tuning chapter and replaced outdated one
This commit is contained in:
@@ -930,7 +930,7 @@ Benchmarking and profiling might point you to the following optimizations.
|
||||
|
||||
##### Tune the query cache
|
||||
|
||||
* In some cases, the [query cache](http://dev.mysql.com/doc/refman/5.7/en/query-cache) could lead to [performance issues](https://www.percona.com/blog/2014/01/28/10-mysql-performance-tuning-settings-after-installation/).
|
||||
* In some cases, the [query cache](https://dev.mysql.com/doc/refman/5.7/en/query-cache.html) could lead to [performance issues](https://www.percona.com/blog/2016/10/12/mysql-5-7-performance-tuning-immediately-after-installation/).
|
||||
|
||||
##### Source(s) and further reading: SQL tuning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user