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

Home -> Community -> Usenet -> c.d.o.server -> Re: What is a good blocksize to use.

Re: What is a good blocksize to use.

From: Andrew Mobbs <andrewm_at_chiark.greenend.org.uk>
Date: 24 Sep 2002 19:35:35 +0100 (BST)
Message-ID: <VEo*DWczp@news.chiark.greenend.org.uk>


Ben Brugman <benbrugman_at_onbekend.nl> wrote:
>For a transactional machine, where most rows contain a few hundred
>byte. Assume a RAID (1/0) device as storage medium.
>
>What is a good blocksize, and why ?

Depends mostly on the storage configuration, and the OS.

http://www.ixora.com.au/tips/buffered_block_size.htm http://www.ixora.com.au/tips/block_size.htm

Steve Adams however fails to address the (admittedly rare) times in Oracle when there lock contention on a block (rather than a row) e.g. cache buffers chains latch contention on the root block of a heavily modified index, which for some applications reduces the appeal of large blocksizes.

-- 
Andrew Mobbs - http://www.chiark.greenend.org.uk/~andrewm/
Received on Tue Sep 24 2002 - 13:35:35 CDT

Original text of this message

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