Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:Oracle8i features

Re:Oracle8i features

From: <dgoulet_at_vicr.com>
Date: Fri, 17 Aug 2001 06:19:22 -0700
Message-ID: <F001.0036ED47.20010817063058@fatcity.com>

Roby,

We wish to use Oracle 8i features like partitioning and global and local indexes in our datawarehousing project.

ans -> Partitioning is only available as an add on to Enterprise edition, so make sure your licensed appropriately.

We have the following doubts regarding these: 1)Does usage of local index make inserts,updates and deletes slower as compared to global index?

ans -> No, it appears to have no effect at all, but from a maintenance point of view, wow!

2)When is the use of Bitmap index preferable over local index? We have tried using bitmap index and the performance is slower compared to local index. Any document on the usage of such indexes would be helpful.

ans -> Bitmaps can be local as well as global. BUT beware of any column where the number of values therein is subject to change, mostly addition, this causes the RDBMS to have to rebuild the bitmap which really makes a mess and can slam into a bug or two. Also where there the cardinality (ratio of the number of values to number of rows) is HIGH. The closer you get to 1 the less likely it's a good candidate.

3) When can we use parallelism to accelerate the speed of execution of the queries. How is the degree of parallelism to be given determined?

ans -> Yes, best bet is parallelism should equal the number of partitions. But Warning, setting parallelism greater than the number of processors you have can cause severe performance degradation.

Dick Goulet
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 17 2001 - 08:19:22 CDT

Original text of this message

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