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: performance impact of index

Re: performance impact of index

From: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Fri, 21 May 2004 22:06:16 +0200
Message-ID: <p7osa0pk7ktleegg81ef8i4tu01scpjmgv@4ax.com>


On Fri, 21 May 2004 14:04:05 -0400, "Gordon" <gordon_t_wu_at_hotmail.com> wrote:

>Even when the Optmizer choose NOT to use these indexes, it is still no
>slower than full table scan, right?

Due to the fact a full table scan uses multiblock reads and an index scan doesn't, an index scan may be slower than a full table scan.

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri May 21 2004 - 15:06:16 CDT

Original text of this message

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