Operating System - HP-UX
1753602 Members
6956 Online
108796 Solutions
New Discussion юеВ

Re: fragment size and file system block size

 
PAUL CHEN_2
Occasional Advisor

fragment size and file system block size

I would like to know when I create a database with db_block_size 8K, should I create the file system block size and frament size with 8k to get better performance?
3 REPLIES 3
Alexander M. Ermes
Honored Contributor

Re: fragment size and file system block size

Hi there.
We did it that way, and the performance is really satifying.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
PAUL CHEN_2
Occasional Advisor

Re: fragment size and file system block size

Alexander,
You meant you created 8K for file system block and fragment sizes and you got better performance. Did you compare it with file system block size is 8k, but fragment size is 1k.

Thanks,

Paul
Yogeeraj_1
Honored Contributor

Re: fragment size and file system block size

hi,
An OS blocksize of 8k would be pretty huge.

But, you just want your blocksize to be a MULTIPLE of that of the OS.

If we ask for 32k for a single block IO -- and in ONE call to the os kernel, we'll get it.

Much more efficient than asking for 4-8k reads one after the other.

Oracle use this concept even more with db_file_multiblock_read_count where we can do one OS request to read more then one Oracle block which in turn may be many many more OS blocks.

hope this helps!

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)