LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 20 Sep 2005 06:36:21 -0700
Reply-To:   David L Cassell <davidlcassell@MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   David L Cassell <davidlcassell@MSN.COM>
Subject:   Re: recommendations for SAS PC configuration
In-Reply-To:   <200509200605.j8K4dAeh015559@malibu.cc.uga.edu>
Content-Type:   text/plain; format=flowed

BruceBrad@INAME.COM wrote: >For most SAS operations I/O is the bottleneck. I would put as much >money into the drives as possible. I've had good experiences with IDE >RAID 0 (eg a two-disk RAID 0 system almost doubled the throughput >speed). I would guess that RAID 5 would be just as fast reading. >Sustained transfer speed is the key (rather than seek times). You might >get more back for the buck using SATA than SCSI (particularly if the >machine won't be in continuous use). > >When using RAID, I found best performance when I set bufsize and >ubufsize at twice the RAID stripe size (see Davis and Ralston >www2.sas.com/proceedings/sugi26/p277-26.pdf)

Bruce makes a very good point here. (As usual!) I/O is usually the killer in data manipulations like you want. But there is an additional consideration. SAS has a SASFILE statement which allows you to load a data set into RAM, for much faster access and data mangling. So make sure to cram enough RAM into your machine to handle any size of data set you're likely to use, and then you can use SASFILE to speed up intermediate processing. You still have to read the darn thing once (at a minimum) off your hard drives, though. :-)

David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Back to: Top of message | Previous page | Main SAS-L page