The IDX_RA_PAGES parameter specifies the number of disk pages to attempt to read ahead during sequential scans of index records. Read-ahead can greatly speed database processing by compensating for the slowness of I/O processing relative to the speed of CPU processing.
This parameter works with the IDX_RA_THRESHOLD parameter. Use a larger IDX_RA_PAGES value if the range of index values scanned is big. Specifying values that are too large can result in excessive buffer-caching activity. For more information on calculating IDX_RA_PAGES and IDX_RA_THRESHOLD, see your IBM Informix: Performance Guide.
To modify the IDX_RA_PAGES parameter dynamically, use the onutil SET command. Example:
% onutil 1> SET IDX_RA_PAGES 32;Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]