Fix dangling links in mysql, add TOC in mysql, incorporate network review

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-27 15:33:39 +05:30
parent d42a09c9aa
commit 4dac89b893
7 changed files with 26 additions and 17 deletions

View File

@@ -8,13 +8,13 @@
Watch this performance tuning [tutorial video](https://www.youtube.com/watch?v=pjRTLPeUOug).
Checkout the [lab section](../lab.md) for a hands-on about indexes.
Checkout the [lab section](https://linkedin.github.io/school-of-sre/databases_sql/lab/) for a hands-on about indexes.
* [Slow query logs](https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html)
Used to identify slow queries (configurable threshold), enabled in config or dynamically with a query
Checkout the [lab section](../lab.md) about identifying slow queries.
Checkout the [lab section](https://linkedin.github.io/school-of-sre/databases_sql/lab/) about identifying slow queries.
* User management