- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Block size
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 12:58 PM
01-14-2002 12:58 PM
Block size
I want to change the size to 8k so that my oracle database does not have any performance issues.My sysadmin says that there will not be any performance improvement as the bottleneck would be still there at the fiber optic level(ours is a SAN environment) HP L3000 connected to a XP512 .He says the fragment size there is 1K and that would still be the bottleneck.
Any thoughts?
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 01:08 PM
01-14-2002 01:08 PM
Re: Block size
I agree with you that the block size should be 8k for oracle (AT LEAST 8k, if not LARGER!!!!) It's a tough call. What are you blcoked on, IO calls or IO waits?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 01:16 PM
01-14-2002 01:16 PM
Re: Block size
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 02:11 AM
01-15-2002 02:11 AM
Re: Block size
With vxfs/JFS you can only specify the *block* size. A block size of 1KB is normally fine, because, for larger files, vxfs/JFS will use an extent, which is normally a, large, multiple of the block size.
So unless the filesyetm is (too) fragmented because (at one time or another) it was too full, and you can not unfragment it, vxfs/JFS block size may be an use.
Very, very likely the 8KB recommendation is, implicitly, an *HFS* recommendation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 02:32 AM
01-15-2002 02:32 AM
Re: Block size
vxfs is 1k fragment & 8k block!
I believe these are set in stone.
However, if you use raw disk you can do what you like (within the limits of the technology).
We have an fc60 & have LUNS set up with a 64k stripe ... There are multiple ways of achieving this stripe
o Using LVM striping (lvcreate -i
o Using the HW striping.
It is all accessed as RAW LVM logical volumes.
A major difference here though is that we use Informix as the database but, I'm sure Oracle can do the same.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 02:41 AM
01-15-2002 02:41 AM
Re: Block size
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x59d828e43106d6118ff40090279cd0f9,00.html