RA_PAGES specifies the number of disk pages to attempt to read ahead during sequential scans of data records. Read-ahead can greatly speed up database processing by compensating for the slowness of I/O processing relative to the speed of CPU processing.
This parameter works with the RA_THRESHOLD parameter. Specifying values that are too large can result in excessive buffer-caching activity.
To modify the RA_PAGES parameter dynamically, use the onutil SET command. Example:
%onutil RA_PAGES 32;Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]