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 -> Creating indexes on a large table

Creating indexes on a large table

From: <prmail_at_gmail.com>
Date: 1 Aug 2005 13:54:39 -0700
Message-ID: <1122929679.190736.300540@g14g2000cwa.googlegroups.com>

Creating indexes on a large table

Hi,
I have 2 large tables on which we have to create indexes.

Table 1: ( Contains 4 Billion Records )

Col 1 : Col 2 ( Datatype Number (10) )

Table 2 ( Contains 1 Billion Records )

Col 3 : Col 4 : Col 5 ( Datatype Number (10) )

What is the most efficient way to create indexes on all the columns. I would be using all the columns separately in queries.

Thanks ! Received on Mon Aug 01 2005 - 15:54:39 CDT

Original text of this message

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