Re: appropriate CCD interleave for LFS
Jason Thorpe <[email protected]> Wed, 8 Nov 2006 10:07:31 -0800
| Newsgroups | gmane.os.netbsd.devel.performance |
|---|---|
| Message-ID | <[email protected]> |
On Nov 7, 2006, at 8:04 PM, Blair Sadewitz wrote: > Would using a ccd equal to LFS' big block size result in near-optimal > or optimal performance for, let's say, compiling large amounts of > source and/or general desktop use? For LFS, the ideal interleave (for either ccd or RAIDframe) would cause an LFS segment to map 1-1 to a row (i.e. to be written to all component disks in parallel). This is ideal because LFS writes out entire segments at a time. So, basically, "(segment_size_in_bytes / number_of_disks) / 512" to get the ccd interleave factor (which is expressed in blocks, IIRC). -- thorpej