Linux Operating System (MOSC)

MOSC Banner

Linux I/O size

edited Jan 15, 2012 5:11AM in Linux Operating System (MOSC) 2 commentsAnswered
Hi,
I've been looking at I/O perofrmance statistics of an Oracle database and I'm trying to figure out how Oracle database I/O operations are translated to storage I/O requests. Oracle multiblock size is configured to 1M, ASM is used with allocation unit = 1M. So In my point of view - seems best to send 1MB I/O requests to storage when doing multiblock reads or writes. Looking at iostat statistics - average request size seemed lower so I tried the following simpler experiment (no other users of that disk device at that moment):

# time dd if=/dev/sdak bs=1024k of=/dev/null iflag=direct

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center