Deployed d42a09c with MkDocs version: 1.1.2

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-27 15:23:47 +05:50
parent 54336df98f
commit 9831ebbb8f
50 changed files with 211 additions and 130 deletions

View File

@@ -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>