The V$MYSTAT view provides statistics on performance and resource usage of the current session.
Overview
The V$MYSTAT view is a dynamic performance view in PolarDB for PostgreSQL (Compatible with Oracle). It offers statistics on performance and resource usage of the current session.
The V$MYSTAT view contains the following columns:
Column | Type | Description |
SID | numeric | Unique ID of the current session. |
STATISTIC# | numeric | Number of the statistic. |
VALUE | numeric | Value of the statistics. Specifically, it indicates the accumulated value of a specific statistical metric since the start of the session. |