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: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Thu, 26 Feb 2004 15:13:00 +0200
Message-ID: <23f801c3fc6a$4270af80$73f823d5@porgand>


MessageI agree to that.
Building a global index on a 500GB one-billion-row table can really be pain in the ass..

Tanel.

  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 - 07:10:11 CST

Original text of this message

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