Home | Previous Page | Next Page   The Database Server > Configuration Parameters > Shared-Memory Parameters >

SQL Statement Cache Usage

Use the following parameters to configure the SQL statement cache. For more information, see Setting SQL Statement Cache Parameters.

Configuration Parameter Description
STMT_CACHE Turns on, enables, or disables the SQL statement cache in memory. If turned on, specifies whether the SQL statement cache can hold a parsed and optimized SQL statement.
STMT_CACHE_SIZE Specifies the size of the SQL statement cache.
STMT_CACHE_HITS Specifies the number of hits (references) to a statement before it is fully inserted into the SQL statement cache.
STMT_CACHE_NOLIMIT Controls whether to insert statements into the SQL statement cache after its size is greater than the STMT_CACHE_SIZE value.
STMT_CACHE_NUMPOOL Defines the number of memory pools for the SQL statement cache.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]