Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What type of index is best for a large partitioned table?
Dereck L. Dietz wrote:
> What type of index is best for a large partitioned table of about 69 million
> rows?
>
> A global partitioned index or local partitioned index? Or do we need both
> types?
>
> Thanks.
Generally speaking you would want all the partitioned indexes on a partitioned table to be locally partitioned if possible. That way when you perform partition operations such as dropping or moving a paration only the local indexes are affected minimizing the affect of the action.
If you do something that invalidates a global index the rebuild will affect DML access to the entire partitioned table.
HTH -- Mark D Powell -- Received on Sun Jul 23 2006 - 16:48:55 CDT
![]() |
![]() |