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: extent allocation

RE: extent allocation

From: Paul Drake <discgolfdba_at_yahoo.com>
Date: Tue, 22 Jun 2004 22:02:15 -0700 (PDT)
Message-ID: <20040623050215.2489.qmail@web20422.mail.yahoo.com>

I did not catch the OS of the OP.

not even a good guess of a multiple of the db file multiblock read count times the database block size?

on win32 OSes, I've seen no discounting of the dbfmbrc down from either 16 or 32 during full table scans against RAID volumes with a stripe size of 256 KB (8KB block size).

so why not start with an extent size of 128 KB for small and go from there?
If you have 10,000 tables and indexes that only have 5 blocks allocated, you might want to go smaller.

In that case, you might want to use a 2 KB block size and put them in their own tablespace and buffer pool :p

Pd



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Jun 22 2004 - 23:58:58 CDT

Original text of this message

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