Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Improving Individual Query Performance >

SQL Statement Cache

Before the database server executes an SQL statement, it must first parse and optimize the statement. These steps can be time consuming, depending on the size of the SQL statement.

The database server can store the parsed and optimized SQL statement in the virtual portion of shared memory, in an area called the SQL statement cache. The SQL statement cache (SSC) can be accessed by all users, and it allows users to bypass the parse and optimize steps before they execute the query. This capability can result in the following significant performance improvements:

For more information about the effect of the SQL statement cache on the performance of the overall system, see SQL Statement Cache.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]