Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DB Block Size in Linux
toby_brown_at_optusnet.com.au (Toby Brown) wrote:
>Then creating an Oracle9i database with a db block size larger than 4k
>(e.g. 8k) shouldn't be a problem since the filesystem buffer cache
>would cache a multiple of the filesystem blocks, in this case, a
>multiple of 4k blocks, meaning that an 8k database block size wouldn't
>induce any additional IO (behind the scenes) as I had feared before.
Painfully enough, it is not possible to mount ext3 filesystems unbuffered in Linux. You will always have double buffering (except with raw devices of course).
Bye
Rick Denoire
Received on Tue Jan 13 2004 - 16:24:14 CST
![]() |
![]() |