码迷,mamicode.com
首页 > 数据库 > 详细

Oracle 单表选择率

时间:2017-06-11 15:00:26      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:pos   tab   acl   table   null   rac   stat   row   data-   

听了猫大师的课,对Oracle CBO又加深了一步理解:

单表选择率:

selectivity=1/ndv*a4nulls 

ocard来自dba_tables.num_rows
ndv 来自dba_tab_col_statistics中的num_distinct where 条件为 owner=‘‘ AND table_name=‘‘ and column_name=‘‘
a4nulls 来自dba_tab_col_statistics中的num_nulls where  条件为 owner=‘‘ AND table_name=‘‘ and column_name=‘‘

Oracle 单表选择率

标签:pos   tab   acl   table   null   rac   stat   row   data-   

原文地址:http://www.cnblogs.com/slgkaifa/p/6985136.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!