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 -> Re: Please help me solve this Oracle mystery...

Re: Please help me solve this Oracle mystery...

From: srupnik <scott.rupnik_at_cpe.amedd.army.mil>
Date: Fri, 11 Jun 1999 07:13:39 -0800
Message-ID: <929114020.26899@www.remarq.com>


If the indexed columns of the small table is often updated, the index will be much slower than a full table scan. Indexes can only add nodes and mark outdated nodes as such. the trick is ALTER INDEX indexname REBUILD.

Received on Fri Jun 11 1999 - 10:13:39 CDT

Original text of this message

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