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: 10g - Need advise on large lookup table and optimizing io

Re: 10g - Need advise on large lookup table and optimizing io

From: Zhu Chao <zhuchao_at_gmail.com>
Date: 9 Jan 2006 09:34:16 -0800
Message-ID: <1136828055.999374.83530@o13g2000cwo.googlegroups.com>


duplicate_id is null is ok in this case, as it is used in composite index.

you used user_prof_id and user_id in different two querys, are they same column?

if you are doing index only query, rebuiild the index does help if there is also dml on this table. to help improve sga efficiency.

index level =3 should be fine.

can you list a full structure of the two tables, and the SQLs? Received on Mon Jan 09 2006 - 11:34:16 CST

Original text of this message

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