GLOBAL_STAT_HOTKEYS_INFO
GLOBAL_STAT_HOTKEYS_INFO is used to query the statistics of hotspot keys in the entire cluster. The query results are sorted by count in descending order.
| Name | Type | Description |
|---|---|---|
| database_name | text | Name of the database where the hotspot key is located. |
| schema_name | text | Name of the schema where the hotspot key is located. |
| table_name | text | Name of the table where the hotspot key is located. |
| key_value | text | Value of a hotspot key. |
| hash_value | bigint | Hash value of the hotspot key in the database. If the table is a list or range distributed table, the value of this column is 0. |
| count | numeric | Frequency of accessing the hotspot key. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.