1829456 Members
1410 Online
109992 Solutions
New Discussion

Re: oracle IO

 
karfai
Occasional Advisor

oracle IO

oracle block size is 8k .
read_perf_io = 64 k , read_nstream = 1
stripe size is 128k.

Question is : if the oracle is requesting 8k , will it get back an IO block of 64k or 128k ?

Does the read_perf_io works for seq / random IO?
4 REPLIES 4
Eric Antunes
Honored Contributor

Re: oracle IO

Hi karfai,

Check this thread about this:

http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=FOR&p_id=257834.999

Best Regards,

Eric
Each and every day is a good day to learn.
Spike Burkhardt
Frequent Advisor

Re: oracle IO

Eric, I'd love to check out the document but you need to have a login :-((

spike
Hey, I've got three teenage boys!
Eric Antunes
Honored Contributor

Re: oracle IO

Hi Spike,

The more important, for good performance, is to have Oracle db_block_size equal to or a multiple of the O/S blocksize (the thread is attached).

Regards,

Eric Antunes
Each and every day is a good day to learn.
Eric Antunes
Honored Contributor

Re: oracle IO

See also this thread about db_block_size: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=925671
Each and every day is a good day to learn.