Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Index Organized Tables
Can anybody enlighten me as to the best uses for index organized
tables, I have a set of data that I think will benefit from being
stored in a table, i.e. it is always accessed by the PK index, either a
single row or range scan. What is not made clear in the manual is which
columns are put in the index and which go in the overflow blocks, is
this correct (this is a quick example not synatically correct)
create table x (
a number, b number, c number, d number, e number, f number,
If this is correct is it a good idea to store all the columns in the index since all my queries use all the columns (10 numbers and 2 varchars).
Many Thanks
Mike
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Aug 04 1999 - 03:41:27 CDT
![]() |
![]() |