Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: extent allocation
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
-- 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