SAP ABAP Table RSDB_STMT_CACHE_STAT (Statement Cache Statistics)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DBI (Application Component) DB-Independent Database Interface
     SBUF (Package) Table Buffers
Basic Data
Table Category INTTAB    Structure 
Structure RSDB_STMT_CACHE_STAT   Table Relationship Diagram
Short Description Statement Cache Statistics    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 WP_NO DBSQL_STAT_WP   INT4 10   0   Work Process ID  
2 REQUESTS DBSQL_STAT_REQUESTS   INT4 10   0   Number of Requests  
3 HITS DBSQL_STAT_HITS   INT4 10   0   Number of Hits  
4 HITRATIO DBSQL_STAT_HITRATIO   DEC 10   2   Hit Ratio as a Percentage  
5 REPLACEMENTS DBSQL_STAT_REPLACEMENTS   INT4 10   0   Number of LRU Replacements from the Cache  
6 ALLOCATED DBSQL_STAT_ALLOCATED   INT4 10   0   Allocated Memory in KB  
7 MAXSTMTS DBSQL_STAT_MAXSTMTS   INT4 10   0   Maximum Number of Statements in Cache  
8 USED DBSQL_STAT_USED   INT4 10   0   Number of Used Entries in the Cache  
9 REFERENCED DBSQL_STAT_REFERENCED   INT4 10   0   Number of Currently Referenced Entries in the Cache  
10 SELECT_STMTS DBSQL_STAT_SELECT_STMTS   INT4 10   0   Number of Select Statements in Cache  
11 DML_STMTS DBSQL_STAT_DML_STMTS   INT4 10   0   Number of DML Statements in Cache  
12 FETCH_STMTS DBSQL_STAT_FETCH_STMTS   INT4 10   0   Number of Fetch Cursor Statements in Cache  
13 USEBUFFER DBSQL_STAT_USEBUFFER   INT4 10   0   Number of Statements with Table Buffer Access  
14 USEPRIKEY DBSQL_STAT_PRIKEY   INT4 10   0   Statements with Table Buffer Access Using Primary Key  
15 USESECKEY DBSQL_STAT_SECKEY   INT4 10   0   Statements with Table Buffer Access Using Secondary Key  
16 USENOKEY DBSQL_STAT_NOKEY   INT4 10   0   Statements with Table Buffer Access Without a Key  
17 USEPOSTSELECTION DBSQL_STAT_USEPS   INT4 10   0   Statements with Table buffer Access and Post Selection  
History
Last changed by/on SAP  20141013 
SAP Release Created in 740