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. |