Performance Metric kcml.cache.close
Summary
Table cache closeSend Condition
Close of a cached tableStatistics
| Name | Type | Description |
|---|---|---|
| table | string | Table name |
| handle | num | Table handle |
| chandle | num | Connection handle |
| time | usec | Time taken to close the cached table |
| rows | count | Number of rows read from the cached table |
General Form
kcml.cache.close,table=string,handle=num,chandle=num,time=usec,rows=countSee Also:
Performance Metrics