Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Extents, Index, Optimization Q's
> I indexed the 22 tables that are opened read and closed, that helped
> marginally.
> All tables have unique indexes, some one mentioned Primary indexing is
> more efficient, is that true?
A Primary Key index performs the same as a Unique index on the same column(s).
Have you tuned your SQL statements? I won't repeat what others have already added, but it seems that you need to take a good look at your SQL statements and tune them first!
HTH,
Brian
Received on Thu Sep 26 2002 - 10:47:03 CDT