Feature
This view displays the information about the KV cache on each OBServer node.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| CACHE_NAME | VARCHAR2(128) | NO | The name of the cache item. |
| PRIORITY | NUMBER(38) | NO | The priority. |
| CACHE_SIZE | NUMBER(38) | NO | The cache size. |
| HIT_RATIO | NUMBER(38,3) | NO | The hit rate. |
| TOTAL_PUT_CNT | NUMBER(38) | NO | The number of puts. |
| TOTAL_HIT_CNT | NUMBER(38) | NO | The number of hits. |
| TOTAL_MISS_CNT | NUMBER(38) | NO | The number of misses. |