Learn about the SQL statement cache |
IBM Informix Performance Guide |
Use qualifying and identical statements;
also learn about the memory limits and key-only cache entries. |
IBM Informix Guide to SQL: Syntax |
Configure the SQL statement cache:
- STMT_CACHE_HITS
- STMT_CACHE_NOLIMIT
- STMT_CACHE_NUMPOOL
- STMT_CACHE_SIZE
|
IBM Informix Administrator's Reference |
Display SQL statement cache statistics:
- onstat -g ssc
- onstat -g ssc all
- onstat -g ssc pool
|
IBM Informix Administrator's Reference |
Configure the SQL statement cache on the fly:
- onmode -W STMT_CACHE_HITS
- onmode -W STMT_CACHE_NOLIMIT
- onmode -W STMT_CACHE_SIZE
|
IBM Informix Administrator's Reference |
Understand the performance advantages of the SQL statement
cache:
- Use the SQL statement cache
- Enable the SQL statement cache
- Configure the SQL statement cache
- Monitor the SQL statement cache
|
IBM Informix Performance Guide |