Replaces broken link for 'Tips for optimizing MySQL queries'

pull/163/head
nicolasmanic 2018-06-22 18:19:55 +03:00
parent fff221cc3f
commit 69b067032d
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ Benchmarking and profiling might point you to the following optimizations.
##### Source(s) and further reading: SQL tuning
* [Tips for optimizing MySQL queries](http://20bits.com/article/10-tips-for-optimizing-mysql-queries-that-dont-suck)
* [Tips for optimizing MySQL queries](http://aiddroid.com/10-tips-optimizing-mysql-queries-dont-suck/)
* [Is there a good reason i see VARCHAR(255) used so often?](http://stackoverflow.com/questions/1217466/is-there-a-good-reason-i-see-varchar255-used-so-often-as-opposed-to-another-l)
* [How do null values affect performance?](http://stackoverflow.com/questions/1017239/how-do-null-values-affect-performance-in-a-database-search)
* [Slow query log](http://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html)