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: Need index on 2 column table?

Re: Need index on 2 column table?

From: <bdbafh_at_gmail.com>
Date: 4 Aug 2005 15:58:05 -0700
Message-ID: <1123196285.597762.88730@o13g2000cwo.googlegroups.com>


search for "oracle index organized table organization"

and you might find this:
http://www.oracle.com/technology/products/oracle9i/pdf/iot_twp.pdf

and lots of other articles.
(wow - 2001. I didn't realize 9i had been out that long)

This sounds like an excellent candidate for an IOT. Index clusters are another possibility.
single table hash clusters are another possibility. It depends upon if you know how many values and keys will be needed. The safest call is to just go with the IOT.

test them all and see which works best.

-bdbafh Received on Thu Aug 04 2005 - 17:58:05 CDT

Original text of this message

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