摘要:        
常常有人把这三个hint搞混,主要是因为对三种重写原理不清楚。特总结如下。(实验环境为10204)1. no_unnest, unnestunnest我们称为对子查询展开,顾名思义,就是别让子查询孤单地嵌套(nest)在里面。所以un_unnest双重否定代表肯定,即让子查询不展开,让它嵌套(nest)在里面。现做一个简单的实验:create table hao1 as select * from dba_objects;create table hao2 as select * from dba_objects;analyze table hao1 compute statistics;an    阅读全文
posted @ 2012-02-23 23:26
无双的小宝
阅读(9357)
评论(1)
推荐(0)
        
                    
                
浙公网安备 33010602011771号