Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: db_block_size and performance
>
Actually there is one hard and fast rule -- make sure the block size is a multiple of the OS block size. Otherwise you'll end up issuing multiple OS calls to read the same physical block of data.
We had an OLTP Oracle database running on Netware. It was installed with the default 2k block size even though the OS block size was 8k. We increased the DB block size to 8k and saw a significant performance increase.
Chuck Hamilton
![]() |
![]() |