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: Anyone seen any independent performance .....

Re: Anyone seen any independent performance .....

From: Steve Perry <sperry_at_sprynet.com>
Date: Thu, 05 Sep 2002 10:53:27 -0800
Message-ID: <F001.004C8D92.20020905105327@fatcity.com>


RE: Anyone seen any independent performance .....





(1) one for the table insert.
+
(3) 1 for the header block, 1 for the branch block and 1 for the leaf block * number of indexes
 
I think Dave Ensor mentioned something like that in a presentation.
 
----- Original Message -----
From: Jamadagni, Rajendra
To: Multiple recipients of list ORACLE-L
Sent: Thursday, September 05, 2002 1:21 PM
Subject: RE: Anyone seen any independent performance .....

I don't remember where but the results of the study were like following ...

if the cost of inserting one row to a table is 1 unit and if you have 5 indexes on the table than total cost of inserting 1 row to the table is

     1   (cost of inserting a row)
 + 3*5 (5 indexes)
---------
   16  

So total cost is about 16 units.

Raj
______________________________________________________
Rajendra Jamadagni              MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.
QOTD: Any clod can have facts, but having an opinion is an art!


-----Original Message-----
From: Johnson, Michael [mailto:Michael.Johnson@oln-afmc.af.mil]
Sent: Thursday, September 05, 2002 2:08 PM
To: Multiple recipients of list ORACLE-L
Subject: Anyone seen any independent performance .....


studies on what happens to performance as indexes keep getting added to tables while inserting data ??

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Perry
  INET: sperry_at_sprynet.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 Thu Sep 05 2002 - 13:53:27 CDT

Original text of this message

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