解决方案:
Execute the following commands in MySQL.
use <<database name>>;
set global optimizer_switch='derived_merge=OFF';
本文介绍了一种在MySQL中通过设置全局参数来禁用衍生表合并的方法,这对于优化某些查询场景非常有用。
解决方案:
Execute the following commands in MySQL.
use <<database name>>;
set global optimizer_switch='derived_merge=OFF';
179

被折叠的 条评论
为什么被折叠?