Tag Archives: performance
Getting data into memory
Buffers seem to be the first step, specifically the bufsize and bufno system options.
These tell SAS® how much data is read into memory: bufsize sets the size of a page in the file cache and bufno sets the number of pages to be read in one go.
Technorati Tags: buffers, bufno, bufsize, data, memory, [...]
Performance considerations for SAS
Having recently taken over as SAS® admin, I’m having fun and games trying to establish quite what is where, …, and why.
We’re using v8, planning to upgrade to v9 shortly, and the box seems very slow. This may be because the server is doing more work – more users and larger datasets than I [...]
Sorting: bufsize and sortsize