- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance of 1 large filesystem vs. several smal...
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
11-10-2000 01:54 PM
11-10-2000 01:54 PM
Performance of 1 large filesystem vs. several smaller ones
Also, is the Raid5 on the Autoraid atrocious for writes as opposed to the Raid 0/1?
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:20 PM
11-10-2000 02:20 PM
Re: Performance of 1 large filesystem vs. several smaller ones
Here's one of them: If the number of files is big ( > 100,000) you'll have performance problems and defragmentation. I had once 5 million files in one FS and I needed 14 hours to copy 40MB of data from one system to another. The same amount of time I needed to Omniback FS backups.
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:25 PM
11-10-2000 02:25 PM
Re: Performance of 1 large filesystem vs. several smaller ones
More spindles means more theoretical I/O's per second. Each physical drive is limited to about 30 I/O's per second. Now in a Raid environment Raid 1 will get you a lot more performance than Raid 5 because your requests are spread over more controllers and handled by more drives. I will defer at this point to those who are infinitely more knowledgeable about Raid configurations than me, but for my money, take the 4 25Gb mount points than a single 100Gb mount point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2000 08:11 AM
11-11-2000 08:11 AM
Re: Performance of 1 large filesystem vs. several smaller ones
The size of a file system doesn't matter so much as the ability of the underlying hardware to provide as many independent concurrent accesses as possible. This means: Have as many disks as you can and build the volume in such a way that fewest contiguous blocks are on the same physical volume. In other words - stripe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2000 04:13 AM
11-13-2000 04:13 AM
Re: Performance of 1 large filesystem vs. several smaller ones
The count of lvols is not so important as the count of the LUN's you have.
If your AutoRaid has two conrollers it would be better to split into more than one LUN becaue if you are using only one LUN you will have all the trafic on one controller. With more LUN's you can balance between the controllers.
I would recommend to create 4 LUN's with each of 25GB.
When creating/extending the vg use alternate the primary/alternate path of the LUN's.
Another method is to use striping accross the LUN's. This will balance the I/O between AutoRaid and host at the best.
Within your vg you can create only one lvol that now spans over the different LUN's.
Regards