HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Striping XP256 for a Oracle 8.1.7. Data Warehouse
Operating System - HP-UX
1836746
Members
2794
Online
110109
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-12-2001 03:13 AM
07-12-2001 03:13 AM
Striping XP256 for a Oracle 8.1.7. Data Warehouse
I have a 400GB Oracle 8.1.7 data warehouse deployed onto a XP256. The warehouse often needs to full table scan tables of c50GB and uses parallel execution to achieve this. The database is using 8K blocks and the DB_FILE_MULTIBLOCK_READ_COUNT is set to 16.
The XP256 has been configured with RAID 5 and a stripe size of 256K. Its 36 disks have been divided into 8 logical volumes of 4-6 disks each with different tables or indexes assigned to each logical volume to avoid contention.
I really need some help on two fronts.
What is the optimal relationship between the DB block size and the stripe size. Currently, I assume that the database will read 32 blocks off disk 1 and then 32 off disk 2 etc. etc. That does not sound very parallel to me. Should the stripe size be smaller?
Secondly, is it necessary to divide the XP256 into different volumes for different purposes or is a larger single volume a better approach?
Many thanks in advance
Tom
The XP256 has been configured with RAID 5 and a stripe size of 256K. Its 36 disks have been divided into 8 logical volumes of 4-6 disks each with different tables or indexes assigned to each logical volume to avoid contention.
I really need some help on two fronts.
What is the optimal relationship between the DB block size and the stripe size. Currently, I assume that the database will read 32 blocks off disk 1 and then 32 off disk 2 etc. etc. That does not sound very parallel to me. Should the stripe size be smaller?
Secondly, is it necessary to divide the XP256 into different volumes for different purposes or is a larger single volume a better approach?
Many thanks in advance
Tom
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 03:36 AM
07-12-2001 03:36 AM
Re: Striping XP256 for a Oracle 8.1.7. Data Warehouse
Hi there.
If you setup lvols, use disks from different
paths through different interfaces. That will spread the load.
Stripe size : think abot a stripe size of 64k.
This will be an amount of data, that will be read into the cache of the XP and remain there, if necessary. Check your hit ratios with the Oracle Enterprise Manager Tuning and Diagnostic pack, then you will have data to make a decission.
Do not make the volumes too large.
We have setup 48 disks in six VG and every VG contains 8 lvols with two disks of 9 GB.
We connected the disk array with four fibre channel adapters and run Oracle Applications on it. The performance is satisfying.
Keep in mind, that you might need some space for an export of the database for a reorg.
If you need more info, let us know.
Rgds
Alexander M. Ermes
If you setup lvols, use disks from different
paths through different interfaces. That will spread the load.
Stripe size : think abot a stripe size of 64k.
This will be an amount of data, that will be read into the cache of the XP and remain there, if necessary. Check your hit ratios with the Oracle Enterprise Manager Tuning and Diagnostic pack, then you will have data to make a decission.
Do not make the volumes too large.
We have setup 48 disks in six VG and every VG contains 8 lvols with two disks of 9 GB.
We connected the disk array with four fibre channel adapters and run Oracle Applications on it. The performance is satisfying.
Keep in mind, that you might need some space for an export of the database for a reorg.
If you need more info, let us know.
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 01:03 AM
07-13-2001 01:03 AM
Re: Striping XP256 for a Oracle 8.1.7. Data Warehouse
I am assuming that the cache configuration is something that should be set by an engineer at config time, and that there is not a great deal of modification available to the "operator" is this correct, if not, is it possible to "tweak" the caching characteristics for a "long" read ahead> Addtionally, is the cache configurable on a per volume basis. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 01:56 AM
07-13-2001 01:56 AM
Re: Striping XP256 for a Oracle 8.1.7. Data Warehouse
There was a recent question about this. Here is the link which gives a much greater level of detail;
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=75782&q=db%5ffile%5fmultiblock%5fread%5fcount&fh
Weve been testing this setup here recently. We found the best performance to be using LVM striping, RAID1 (not Raid0/1 or Raid5) and with a stripe size of 64k. This is what Oracle also recommend in a recent document posted on the ITRC on Oracle database performance, although they recommended a larger stripe size.
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=75782&q=db%5ffile%5fmultiblock%5fread%5fcount&fh
Weve been testing this setup here recently. We found the best performance to be using LVM striping, RAID1 (not Raid0/1 or Raid5) and with a stripe size of 64k. This is what Oracle also recommend in a recent document posted on the ITRC on Oracle database performance, although they recommended a larger stripe size.
Im from Palmerston North, New Zealand, but somehow ended up in London...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP