- update 一直没执行过成功,应用程序超时终止了,无法通过历史执行计划来创建binding
- 根据SQL创建强制索引bind没生效,最后还是收集表索引统计信息完后才走索引正常
mysql> ANALYZE TABLE xxxx_data INDEX idx_standard_xxxx;
Query OK, 0 rows affected (4 hours 16 min 57.41 sec)
mysql> ANALYZE TABLE xxxx_data INDEX idx_standard_xxxx;
Query OK, 0 rows affected (4 hours 16 min 57.41 sec)