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 -> adding the partition column to the right side of every local non-prefixed index to improve performance?

adding the partition column to the right side of every local non-prefixed index to improve performance?

From: Xiang Zhao <xiangz_at_rocketmail.com>
Date: 13 Jan 2003 07:45:50 -0800
Message-ID: <7c33c36d.0301130745.780c16b1@posting.google.com>


Hello all,

I have heard oracle have some performance issues on local non-prefixed index.
And one expert told me to add the partition column to the right side of every non-prefixed local index to improve performance. I mean if the table has three columns: A,B,C, and the partitioned on the column A.
and a local index on the column B, should be converted to a composite index on column B,A.

I'm not quite sure about this method. Here I'd like someone to share his expeerience on the local non-prefixed index.

And my oracle version is 8.1.7.2.0&#65292;Does this version has partition bugs?

Thanks a lot.

-Xiang Zhao Received on Mon Jan 13 2003 - 09:45:50 CST

Original text of this message

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