RA_THRESHOLD is used with RA_PAGES when the database server reads during sequential scans of data records. RA_THRESHOLD specifies the read-ahead threshold; that is, the number of unprocessed data pages in memory that signals the database server to perform the next read-ahead.
If the value of RA_THRESHOLD is greater than the value of RA_PAGES, RA_THRESHOLD has a value of RA_PAGES/2.
Specifying values that are too large for RA_PAGES and RA_THRESHOLD can result in excessive buffer-caching activity.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]