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: multiple extents are OK, dagnabbit!

RE: multiple extents are OK, dagnabbit!

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Fri, 18 Jan 2002 13:03:18 -0800
Message-ID: <F001.003F439F.20020118120023@fatcity.com>

Paul,

With LMT's. uniform extents sizes and properly place objects I think you avoid most of the situations you described. Cary's paper at hotsos.com shows that in a system with a lot of activity your disk head is never going to fulfill the request for a full tablescan in a single operation anyway because of all of the competing requests. Also it shows that the probability of in another request in fact being beneficial to your processes disk read goes up.

9 out of 10 DBA's agree, LMT's, uniform extents sizes and objects with < 1000 extents are just fine for most databases. These are always general rules and everyone's situation is different. Perhaps you want to keep everything under 100 extents for a DSS DB with few users, I would say that would be fine but to still stay with uniform LMT's as they are easier to manage.

-----Original Message-----
Sent: Friday, January 18, 2002 10:41 AM
To: Multiple recipients of list ORACLE-L

Hello,

My 2 cents:

It does make a difference to reorg, esp. when done thoughtfully, with a specific goal in mind. For example, if you have a order_log table that started with first extent 1MB and next extent 1MB, and this table has grown in size to say, 10 million rows (business is good), you would have hundreds of extents, and each of those new extents took some time to extend that would have been avoided if you had started with 100MB first and 25MB next. Indexes take a far worse performance hit. You also expose yourself to other issues (fragmentation, full table scans (yuck) run slower, table drops run slower, more extent overhead, recovery time runs slower, risk of failure increases).

Thank you,

Paul Sherman
DBA
voice - 781-501-4143 (office)
fax - 781-278-8341 (office)
email - psherman_at_elcom.com

--

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

Author: Post, Ethan
  INET: Ethan.Post_at_ps.net

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 Jan 18 2002 - 15:03:18 CST

Original text of this message

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