Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters >

RA_THRESHOLD

onconfig.std value
None
if not present
RA_PAGES/2
units
Number of data pages
range of values
0 through (RA_PAGES - 1)
takes effect
When the database server is shut down and restarted
refer to
The following material:

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 ]