On a secure cluster, this area of the DB Console can only be accessed by users belonging to the or a SQL user with the (or the legacy
VIEWACTIVITY or VIEWACTIVITYREDACTED ) defined. The or do not grant access to this page.Filter hot ranges
Use the Filter menu to filter the hot ranges list on any combination of: node ID, store ID, database, table, index, or locality.Hot ranges list
The Hot ranges list displays the ranges with the highest queries per second (QPS) from each node .Hot ranges are not necessarily problematic. Some ranges naturally experience higher QPS than others. For example, a range for a frequently accessed table will have a higher QPS.However, a significant increase in traffic can also indicate a hot spot on the range that should be reduced. For more information, see .
To view the Range Report for a hot range, click its range ID.
Range Report
The Range Report is typically used for purposes. If your aim is to , refer to the following fields:Key Rangeshows the interval of the that is “hottest” (i.e., read by the processor). This is expressed as a span of key values.Lease Holder QPSshows the queries executed per second on the node that holds the . If a hot range is not properly using , this will be greater than the value configured by thekv.range_split.load_qps_threshold(2500by default).

