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: Lex de Haan <lex.de.haan_at_naturaljoin.nl>
Date: Mon, 21 Jun 2004 10:21:28 +0200
Message-ID: <JFEEIGBIDOCCDALDIPLNCELDCEAA.lex.de.haan@naturaljoin.nl>


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.



visit my website at http://www.naturaljoin.nl

-----Original Message-----

Are there some other problems, overheads etc. additional to the fact, that the non-unique index allocates more space (additional ROWID in each index entry) as the unique index with the same indexed columns?


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 Mon Jun 21 2004 - 03:18:14 CDT

Original text of this message

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