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 -> Index creation on large tables

Index creation on large tables

From: cmilner <cmilner_at_connect.com.au>
Date: Thu, 13 May 1999 10:27:09 +1000
Message-ID: <373A1C5D.FFEC2D6C@connect.com.au>


Hi,

Does anyone know the impact of creating an index while inserts are being applied to a table? I have a table with 50 million rows (partitioning soon!), but while I am recreating the index, a process is inserting rows to the table.

I guess these newly inserted rows will not get included in the index, but will the only downside be when someone wishes to access data that is not held in the index, hence reducing access performance?

Thanks for any help...

Chris Received on Wed May 12 1999 - 19:27:09 CDT

Original text of this message

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