You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/book-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The full list is <a href="/tags/efficient-mysql-performance/">tags/efficient-mys
27
27
28
28
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:
29
29
30
-

30
+

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