So When Does An Oracle B-Tree Index Increase In Height ? (Almost Grown)

来源:互联网 发布:成都行知小学小升初 编辑:程序博客网 时间:2024/06/05 00:35

So when does an Oracle B-Tree index actually increase in height ?

I’ve basically been asked this same question a number of times over the past few days with regard to the discussions on indexes and different block sized tablespaces, so I thought it might be worth quickly sharing the answer to a wider audience.

Imagine a new, empty table and a corresponding new, empty index. At this stage, the index structure basically consists of one, empty block. The index has a BLEVEL of 0 (from DBA_INDEXES) and a HEIGHT of 1 (from INDEX_STATS), yes it can be confusing

0 0
原创粉丝点击