Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Local vs. Global Indexes

RE: Local vs. Global Indexes

From: Kevin Toepke <ktoepke_at_rlcarriers.com>
Date: Thu, 26 Feb 2004 07:53:31 -0500
Message-ID: <524A8924345BD411B65600508B9A8B6505F17AD3@wilmail.wilnet>


There are a couple reasons that you may want/need to use a global index.  

If you have a unique index that does not have the partition key as the leading column, I believe, you need to use a global index.  

If you are not using the partition key in your where clause, using a global index will speed the performance of the query.  

But I agree, if you can, use local indexes.  

Kevin

-----Original Message-----

From: Ryan [mailto:ryan.gaffuri_at_cox.net] Sent: Wednesday, February 25, 2004 9:34 PM To: oracle-l_at_freelists.org
Subject: Local vs. Global Indexes

I pretty much only use local indexes. Do any of you use global indexes on partitioned tables and why?



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Thu Feb 26 2004 - 06:50:21 CST

Original text of this message

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