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

Home -> Community -> Usenet -> c.d.o.server -> Re: Index organised table

Re: Index organised table

From: Zhu Chao <zhuchao_at_gmail.com>
Date: 2 Dec 2005 07:47:53 -0800
Message-ID: <1133538473.876312.250660@f14g2000cwb.googlegroups.com>


1, logical io should also be less compared to a heap organized table, if you do range scan on the pk column. PIO should be same. I do not see any reason IOT provide better hit ratio.

2. index block split.

3. performance also depends on whether it is accessing accroding to pk, or secondary index. Received on Fri Dec 02 2005 - 09:47:53 CST

Original text of this message

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