prepare statement cache size influence database
調整prepare statement cache size對資料庫的影響,簡單的說這個statement cache設定在應用端,快取了應用到資料庫的一些sql。[@more@]
關於這個引數的說明:
Statement caching improves performance by caching executable statements that are used repeatedly, such as in a loop or in a method that is called repeatedly. Starting from JDBC 3.0, JDBC standards define a statement-caching interface.
Statement caching can do the following:
* Prevent the overhead of repeated cursor creation * Prevent repeated statement parsing and creation * Reuse data structures in the client 這次應用端做了引數調整,應用把只從30改到15,DB的這些指標明顯上升:
soft prase,
table scan(short tables),
logons,
bytes receive via sql*net from client
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/668365/viewspace-1037856/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Size of the Database Buffer Cache (82)Database
- How To Size the Database Smart Flash Cache (Doc ID 1317950.1)Database
- Size DatabaseDatabase
- 【OH】Creating a Database with the CREATE DATABASE StatementDatabase
- database size increaseDatabase
- Understanding the CREATE DATABASE Statement (69)Database
- DB_BLOCK_SIZE and DB_CACHE_SIZE in OracleBloCOracle
- Step 7: Issue the CREATE DATABASE Statement (65)Database
- 【翻譯】Specifying CREATE DATABASE Statement ClausesDatabase
- Oracle database buffer cacheOracleDatabase
- Database Buffer Cache (79)Database
- UNRECOVERABLE DATAFILE clause in the ALTER DATABASE CLEAR LOGFILE statementDatabase
- Organization of the Database Buffer Cache (80)Database
- Timesten新增Cache Groups到 Cache DatabaseDatabase
- Oracle DB_nK_SIZE_CACHE引數Oracle
- Buffer Cache Size(資料緩衝區)
- buffer cache size的學習筆記筆記
- Initianization Parameter (3) : DB_CACHE_SIZE
- database buffer cache之我見Database
- user database的initial size和dbcc shrinkfileDatabase
- DB_CACHE_SIZE Initialization Parameter (109)
- The Charm and Influence of Mathematics
- Timesten cache database的準備Database
- influxdb報錯:cache-max-memory-size exceededUX
- The DB_nK_CACHE_SIZE Initialization Parameters (110)
- Oracle RDBMS : Flushing a Single SQL Statement out of the Object Library CacheOracleSQLObject
- JDBC/MYSQL問題 : Unknown system variable 'query_cache_size'JDBCMySql
- 【tomcat8】consider increasing the maximum size of the cacheTomcatIDE
- Oracle中db_16k_cache_size的設定測試Oracle
- Statement
- ORA-00382與DB_nK_CACHE_SIZE引數設定
- Oracle_TimesTen_and_In-Memory_Database_Cache_11g_Ed_1OracleDatabase
- MySQL:MGR修改max_binlog_cache_size引數導致異常MySql
- ASMM/AMM開啟時動態調整記憶體元件(shared_pool_size, db_cache_size等)大小ASM記憶體元件
- Arch更新時failed to prepare transactionAI
- How To Identify a Hot Block Within The Database Buffer Cache. [ID 163424.1]IDEBloCDatabase
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM
- Using Oracle Database 11g Release 2 Result Cache in an Oracle RAC EnvironmentOracleDatabase