Re: Index Calculation Question
From: Jonathan Lewis <Jonathan_at_jlcomp.demon.co.uk>
Date: 1995/09/14
Message-ID: <811110959snz_at_jlcomp.demon.co.uk>#1/1
Date: 1995/09/14
Message-ID: <811110959snz_at_jlcomp.demon.co.uk>#1/1
The Row entry header is 2 bytes.
Also, since the rowid is appended to the data columns when you have a non-unique index, the cost of the rowid is 7 bytes for a non-unique rather than 6 bytes for a unique index.
alter session set event 'immediate trace name blockdump level {block no}';
if you want to check it in detail.
However, since any calculation of the branch block usage is so rough, I don't think you don't really need to worry too much about high precision arithmetic.
-- Jonathan LewisReceived on Thu Sep 14 1995 - 00:00:00 CEST