|
dingjun123 发表于 2013-9-9 16:07 ![]()
no_merge没有起作用,说到底,看到的计划是假的,统计信息不准确导致的
我的例子
SQL> exec dbms_stats.gather_table_stats(ownname => 'scott',tabname => 'big',estimate_percent => 100,method_opt=> 'for all columns') ;
SQL> exec dbms_stats.gather_table_stats(ownname => 'scott',tabname => 'e',estimate_percent => 100,method_opt=> 'for all columns') ;
后min max相加还是不好的计划 |
|