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: Question about Append hint in Insert

Re: Question about Append hint in Insert

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 23 Jun 2004 10:59:59 +0100
Message-ID: <01c001c45908$d7f5d800$7102a8c0@Primary>

Minor detail - but there is one byte per row difference, as the non-unique index stores the rowid as a column entry, which requires a length byte. The unique index stores it as a fixed size payload, which is described once per block (and ought to be described once per index !)

Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk

http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html Optimising Oracle Seminar - schedule updated May 1st

one small correction: non-unique indexes do *not* allocate more space... both unique and non-unique indexes contain ROWID values, obviously. the difference is that the ROWID values are part of the key value for non-unique indexes,
and they are part of the entry header for unique indexes. Cheers,
Lex.



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 Wed Jun 23 2004 - 04:56:47 CDT

Original text of this message

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