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: IOT Vs Normal Tables

Re: IOT Vs Normal Tables

From: Eric D. Pierce <PierceED_at_csus.edu>
Date: Fri, 15 Dec 2000 11:28:45 -0800
Message-Id: <10711.124741@fatcity.com>


As usual, feeling like an idIOT for not knowing what "IOT" even means(!, actually, forgetting), I web searched, and found this stuff:

("Extensible Indexing - What is it and who needs it?":) http://technet.oracle.com/products/oracle8i/htdocs/ext.htm (author, Srikant Sarda mailto:srsarda_at_us.oracle.com )

-
http://technet.oracle.com/products/oracle8i/htdocs/ext.htm

---
excerpt:

   Identify the tables you can index-organize. Index-organized
   tables are easy to implement. They save space and reduce the
   number of I/Os necessary, because all table data is stored in
   the index structure. Currently, Oracle8 doesn't let you create
   additional indexes against an index-organized table. When
   identifying candidates, look for tables with only one index.
   Tables that have the most to gain from being index-organized
   are those where most of the data is already stored in the index
   (providing maximum space savings), where few changes
   occur to the table (this would cause index fragmentation), and
   cases in which the table is almost always accessed through
   the index. Reference tables often have these characteristics. 
...

---

On 15 Dec 2000, at 7:31, Murali Vallath wrote:

Date sent:      	Fri, 15 Dec 2000 07:31:10 -0800
To:             	Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
From:           	"Murali Vallath" <murali_vallath_at_hotmail.com>
Subject:        	Re: IOT Vs Normal Tables


> Since the index and data are stored together, my impression on this subject
> was IOT's will save you the extra I/O for the data lookup.
>
> With the B-TREE index structure being common, the savings should be in the
> data lookup.
>
> Also, from the Oracle Internals class I had the opportunity to attend in
> October, at Hustone TX, the instructor told us that with 9i the data
> dictionary will be using IOT.
>
> I have not tested it myself, but these are from training, conversations and
Received on Fri Dec 15 2000 - 13:28:45 CST

Original text of this message

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