- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Informix Version 10 Performance Considerations
Operating System - HP-UX
1822146
Members
4068
Online
109640
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
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
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-28-2005 06:07 AM
тАО07-28-2005 06:07 AM
Informix Version 10 Performance Considerations
I am getting ready to install an Informix 10 instance on an HPUX 11.11 box attached to an XP128 Array. We have approximately 200GB of space presented to the server from one RAID5 Raid Group (3D+1P) over redundant 2Gbit fibre connections. That's giving me 15 13.56GB LUNS to use to build the raw LVOLS for the Informix data.
I was hoping to get some advice on the best practices for laying out the LVOLS for best performance. Now that IDS10 supports chunk sizes greater than 1GB I am drawn toward creating a smaller number of larger LVOLS to present to Informix. Is this a good idea, or would it be better to go with a larger number of smaller LVOLS? Also, what are the feelings on striping the LVOLS on the OS side? Seems like if I'm careful to alternate the primary disk paths when I create the VG it may be beneficial, but I don't have any proof of it.
Thanks for your input!
-Greg
I was hoping to get some advice on the best practices for laying out the LVOLS for best performance. Now that IDS10 supports chunk sizes greater than 1GB I am drawn toward creating a smaller number of larger LVOLS to present to Informix. Is this a good idea, or would it be better to go with a larger number of smaller LVOLS? Also, what are the feelings on striping the LVOLS on the OS side? Seems like if I'm careful to alternate the primary disk paths when I create the VG it may be beneficial, but I don't have any proof of it.
Thanks for your input!
-Greg
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2005 09:08 PM
тАО07-28-2005 09:08 PM
Re: Informix Version 10 Performance Considerations
Hi Greg
not an informix specialist, but for any kind of database I would recommend RAID1+0 available with XP128.
Regards
Jean-Luc
not an informix specialist, but for any kind of database I would recommend RAID1+0 available with XP128.
Regards
Jean-Luc
fiat lux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2005 10:53 PM
тАО07-28-2005 10:53 PM
Re: Informix Version 10 Performance Considerations
On the 64bit chunk size question, these are the results of our testing:
Making the chunk size 16-20Gb reduces the amount of initial admin and set-up, however if you do a lot of DB updates (e.g. dbimport, batch runs) the page cleaners cannot keep up.
-multiple page cleaners per chunk produces hot disk syndrome with large i/o waits.
-a single page cleaner per chunk takes ages to clean and checkpoints take forever. Page cleaners aren't very efficient even though they are multi-threaded, you can still end up with head-flapping even on striped lvols, plus with RAID 5 you will get even worse performance.
For example, a single 8Gb data load into a single dbspace that has just one massive chunk sends all the i/o down to a single lvol which, when mapped to a single disk device(or lun) causes high disk queues.
Upping the kernel parameter scsi_max_queue_depth merely pushes the bottleneck from the o/s into to the array. Fundamentally the disk array lun cannot keep up with the work, so you must also LVM stripe your chunks over multiple LUNS on multiple controllers.
My advice is not to make your large chunks any bigger than 4Gb.
I don't know which version you are coming from, but v10 includes a variety of other changes like no longer supporting DEFAULT_ATTACH that will require testing, particularly stress/load tests and DBA tasks tests. I recommend you wait for at least FC3 before diving in.
Making the chunk size 16-20Gb reduces the amount of initial admin and set-up, however if you do a lot of DB updates (e.g. dbimport, batch runs) the page cleaners cannot keep up.
-multiple page cleaners per chunk produces hot disk syndrome with large i/o waits.
-a single page cleaner per chunk takes ages to clean and checkpoints take forever. Page cleaners aren't very efficient even though they are multi-threaded, you can still end up with head-flapping even on striped lvols, plus with RAID 5 you will get even worse performance.
For example, a single 8Gb data load into a single dbspace that has just one massive chunk sends all the i/o down to a single lvol which, when mapped to a single disk device(or lun) causes high disk queues.
Upping the kernel parameter scsi_max_queue_depth merely pushes the bottleneck from the o/s into to the array. Fundamentally the disk array lun cannot keep up with the work, so you must also LVM stripe your chunks over multiple LUNS on multiple controllers.
My advice is not to make your large chunks any bigger than 4Gb.
I don't know which version you are coming from, but v10 includes a variety of other changes like no longer supporting DEFAULT_ATTACH that will require testing, particularly stress/load tests and DBA tasks tests. I recommend you wait for at least FC3 before diving in.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP