One of the functions that the database server performs most often is to bring data and index pages from disk into memory. The database server can read single pages for transactions and several pages sequentially for some queries. You can specify the number of pages that the database server brings into memory and the timing of I/O requests for sequential scans. You can also indicate how the database server should respond when a query requests data from a dbspace that is temporarily unavailable.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]