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: Daniel Roy <danielroy10junk_at_hotmail.com>
Date: 21 May 2004 13:09:20 -0700
Message-ID: <3722db.0405211209.1bba62b4@posting.google.com>


"Gordon" <gordon_t_wu_at_hotmail.com> wrote in message news:<HEorc.290$Ny6.915_at_mencken.net.nih.gov>...
> Hi,
>
> I have a schema which is highly denormalized and purely read-only. For the
> purpose of fast data access, is there any reason not to create a bitmap
> index on every field for every table?
>
> Gordon

1- Waste of storage space
2- Waste of SQL plan parsing time
3- Waste of statistics generation time
4- Possibility of very erroneous execution plans (especially if
statistics not up-to-date).
...

Daniel Received on Fri May 21 2004 - 15:09:20 CDT

Original text of this message

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