mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-18 22:48:03 +00:00
Deployed d42a09c with MkDocs version: 1.1.2
This commit is contained in:
@@ -647,8 +647,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../reading.md" class="md-nav__link">
|
||||
Further Reading
|
||||
<a href="../conclusion/" class="md-nav__link">
|
||||
Conclusion
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -1001,12 +1001,12 @@
|
||||
<p>Explain analyze shows the above and additional info like execution cost, number of rows returned, time taken etc.</p>
|
||||
<p>This knowledge is useful to tweak queries and add indexes.</p>
|
||||
<p>Watch this performance tuning <a href="https://www.youtube.com/watch?v=pjRTLPeUOug">tutorial video</a>.</p>
|
||||
<p>Checkout the <a href="../lab.md">lab section</a> for a hands-on about indexes.</p>
|
||||
<p>Checkout the <a href="https://linkedin.github.io/school-of-sre/databases_sql/lab/">lab section</a> for a hands-on about indexes.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html">Slow query logs</a></p>
|
||||
<p>Used to identify slow queries (configurable threshold), enabled in config or dynamically with a query</p>
|
||||
<p>Checkout the <a href="../lab.md">lab section</a> about identifying slow queries.</p>
|
||||
<p>Checkout the <a href="https://linkedin.github.io/school-of-sre/databases_sql/lab/">lab section</a> about identifying slow queries.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>User management</p>
|
||||
|
||||
Reference in New Issue
Block a user