- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance issues with PE size larger than 4M...
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
07-20-2001 11:47 AM
07-20-2001 11:47 AM
Performance issues with PE size larger than 4Mb?
Does anybody know how much is performance affected by changing the PE size to a value different to the default 4Mb?
I'm playing with large disks and got the "file too large" error. I increased the -s to 8, and the problem went away but I'm wondering if this would affect the performance.
Would it be better to decrease the -p?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 11:58 AM
07-20-2001 11:58 AM
Re: Performance issues with PE size larger than 4Mb?
It depends on your type of usage. If you are accessing large number of files and they all are large in size then your PE > 4mb will increase your performance. If you have files that are small in size then PE > 4mb will decrease your performace.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 11:59 AM
07-20-2001 11:59 AM
Re: Performance issues with PE size larger than 4Mb?
No real performance implications are associated with this. What does have an impact is logical volume stripe size (and the number of devices you are stripped across) but PE size has none.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:55 PM
07-20-2001 12:55 PM
Re: Performance issues with PE size larger than 4Mb?
The problem you encountered is a reflection of the fact that the LVM tables must fit into one disk extent. A failure of this requirement gives the 'vgcreate' "file too large" error. You can reduce the values of either or both 'max_pv' and 'max_lv' and/or increase the value of 'pe_size'.
Remember that once established, the values of 'max_pv', 'max_lv' and 'pe_size' cannot be changed, so choose carefully. This will impact your options when adding addditional disks, creating new logical volumes and extending existing logical volume extents onto new disks later.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:59 PM
07-20-2001 12:59 PM
Re: Performance issues with PE size larger than 4Mb?
How do you have your disks laid . Incase you are on differnt controlleres then definately the increase should slow down the performance as logically to read that size of data it woul spend time switching on between them , however in case it is on the same controller then i dont think there would be any degrade . This is also a combination of many factors like what database you are running , do you read the files using commnads like dd , cpio ( for backups ) etc etc.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 01:59 PM
07-20-2001 01:59 PM
Re: Performance issues with PE size larger than 4Mb?
One more thing if you have 4 disks in a volume group and they are across 4 controllers then the policy of PE ( physical extensts 4MB ) and each strict policy will give a better performance thatn PE = 8 MB .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2001 07:41 PM
07-21-2001 07:41 PM
Re: Performance issues with PE size larger than 4Mb?
you can have PEs up to 256MB currently, and all you
get is propably a samll performance boost, not a slow
down! (for with bigger PEs you need less of them,
which is less work for LVM/kernel - which is always a
good idea).
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 11:18 AM
07-22-2001 11:18 AM
Re: Performance issues with PE size larger than 4Mb?
I suppose I'll be a physicist here and tell you the correct answer is to measure for yourself. Having said that I will be very surprised if you see any significant and repeatable differences.
Regards, Clay