Clustering Factor (Note:39836.1)

Clustering Factor (Note:39836.1)
Clustering Factor is a measure of the orderedness of an index in comparison
to the table that it is based upon. It is used as an indicator for computing
the estimated cost of the table lookup foilowing an index access.

The Clustering Factor records the number of data blocks that will be accessed
when scanning an index.

Clustering factor values can be seen in the following views: ALL|DBA|USER_INDEXES.
It can be set also in the ALL|DBA|USER_IND_PARTITIONS and ALL|DBA|USER_IND_SUBPARTITIONS
when the indexes are partitioned.

It is calculated as follows:

o The index is scanned in order.
o The block portion of the rowid pointed at by the current indexed value is
compared with that pointed at by the previous indexed value. This is
achieved by comparing adjacent rowids in the index leaf block (the blocks
themselves do not need to be visited).
o If these rowids are pointing at different blocks then a counter is
incremented.
o This is continued throughout the whole index
o The resultant count is then stored.

If the count is close to the number of blocks in the table then the index
is well ordered. This is true because the counter only gets incremented
when the actual data is found in a different block from the last piece of
row data.

If the count is close to the number of rows in the table then the index is
less well ordered. In this case adjacent index entries do not tend to point
to the same block in the table, thus more block reads are likely to be required.
Data blocks are more likely to have to be revistited with a higher clustering
factor.

The clustering factor can be used to adjust the potential numberof blocks
that will be accessed by a particular predicate or query.
This is useful for determining the number of base table blocks that will be
visited when accessed via the index.

The clustering factor is effectively a count of the number of data blocks
visited as the result of an index lookup. Multiplying the clustering factor
by the selectivity will give the cost of the operation. It is predominately
used to calculate costs for index range scans.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8410760/viewspace-732430/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/8410760/viewspace-732430/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值