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
Better clarified that optimizations like derived_merge are configurable and on by default. Makes it easier to read for upgraders trying to track down what changed.
Copy file name to clipboardExpand all lines: index.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ <h3>Optimizer</h3>
112
112
<liclass="zf"><tt>UNION ALL</tt> does not use a temporary table [<ahref="https://dev.mysql.com/worklog/task/?id=1763">1</a><ahref="http://www.tocker.ca/2013/12/10/testing-the-union-all-optimization-in-mysql-5.7-dmr3.html
<liclass="id">Filesort is now optimized to pack values [<ahref="http://mysqlserverteam.com/filesort-optimization-in-5-7-3-pack-values-in-the-sort-buffer/">1</a>]</li>
115
-
<liclass="nd">Subqueries in <tt>FROM</tt> clause handled same as a view [<ahref="https://dev.mysql.com/doc/refman/5.7/en/subquery-optimization.html#derived-table-optimization">1</a>]</li>
115
+
<liclass="nd">Subqueries in <tt>FROM</tt> clause can now be handled same as a view (<tt>derived_merge</tt>) [<ahref="https://dev.mysql.com/doc/refman/5.7/en/subquery-optimization.html#derived-table-optimization">1</a>]</li>
116
116
<liclass="rt">Queries using row value constructors are now optimized [<ahref="http://dev.mysql.com/doc/refman/5.7/en/range-optimization.html#row-constructor-range-optimization">1</a><ahref="http://dev.mysql.com/worklog/task/?id=7019">2</a>]</li>
117
117
<liclass="rt">Optimizer now supports a new condition filtering optimization [<ahref="http://mysqlserverteam.com/a-new-dimension-to-mysql-query-optimizations-part-1/">1</a><ahref="http://mysqlserverteam.com/a-new-dimension-to-mysql-query-optimizations-part-2/">2</a>]</li>
118
118
<liclass="id"><tt>EXPLAIN FORMAT=JSON</tt> now shows cost information [<ahref="http://dev.mysql.com/worklog/task/?id=6510">1</a>]</li>
0 commit comments