- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: strip / mirrored -> performance
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
02-14-2001 05:46 AM
02-14-2001 05:46 AM
strip / mirrored -> performance
I stripped a lvol (extent-based striping, one strip is 1 mb) via 5 disks and after this I mirrored the lvol.
Oracle uses a 8kb blocksize.
Will the performance be better with or without striping?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 06:08 AM
02-14-2001 06:08 AM
Re: strip / mirrored -> performance
Strip will certainly increase oracle performances. But I will add some advice :
- Try to put data and indexes on differrent disks.
- If you have online-JFS, you can mount a filesystem with "mincache=direct" option.
- I hope that your 5 disks are not on the same SCSI controller : with more than 4 disks, you get an SCSI controller bottleneck.
Regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 08:24 AM
02-14-2001 08:24 AM
Re: strip / mirrored -> performance
1. What kind of disks are you using.
If it is an enterprise storage solution with a cache on it you will have no difference in speed as the cache will do all the work, actually striping an enterprise solution will make it slower.
2. if you are on different controllers and want to stripe I recomend making the filesystem block size equal or a multiple of the oracle table block size, then stripe with that block size in account.
I 8 block size oracle, 8 block size filesystem, 8 block size stripe.
Thanks
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 08:31 AM
02-14-2001 08:31 AM
Re: strip / mirrored -> performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2001 07:37 AM
02-15-2001 07:37 AM
Re: strip / mirrored -> performance
The basic reason for striping is performance. Mirror for data redundancy/protection. Depending on your environment you will get different levels of performance. The types of disks you are using also makes a large difference.