Skip to content

Commit 08f378a

Browse files
book-2: squoosh large img
1 parent 21f1e43 commit 08f378a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/book-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The full list is <a href="/tags/efficient-mysql-performance/">tags/efficient-mys
2727

2828
Slide 9 of ["MySQL 8.0 EXPLAIN ANALYZE" by Norvald Ryeng](https://www.slideshare.net/NorvaldRyeng/mysql-80-explain-analyze) enumerates and illustrates how the MySQL query executor changed in 8.0:
2929

30-
![Slide 9](/img/slide-9-ryeng.png)
30+
![Slide 9](/img/slide-9-ryeng.jpg)
3131

3232
Before MySQL 8.0, instrumenting steps in a query execution plan was infeasible because the code was scattered and heterogeneous.
3333
As of MySQL 8.0, instrumenting steps in a query execution plan is trivial because each step is essentially the same thing: an iterator.

static/img/slide-9-ryeng.jpg

65.9 KB
Loading

0 commit comments

Comments
 (0)