Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Really Wierd Query (Followup)

Re: Really Wierd Query (Followup)

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Thu, 12 Aug 2004 21:22:26 +0300
Message-ID: <02f501c48099$5386eec0$71849fd9@porgand>


> The primary key index that I am using in the query previously mentioned(on
a table with 56 rows and has a clustering factor of 53) has a BLEVEL = 0.
> How is that possible? I thought that by default it needs to be atleast 1
level for the root block?

Blevel shows the highest branch level for your btree index, so an one-block index only has a leaf block and no branches, so blevel is 0 (alternatively you could say, that leaf blocks are on blevel 0). Height column is the one which show the actual index height.

Tanel.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Aug 12 2004 - 13:19:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US