cockroachdb / cockroachdb/cockroach
Observability: Sql Activity -> Sessions tab takes >25 seconds to load.
Open
branch-master
C-bug
O-24.3-scale-testing
O-testcluster
P-3
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The sessions tab of the sql activity page is very slow to load. This is because a cluster-wide fanout is done to fetch ALL sessions for the cluster, which are returned and rendered in a (client-side) paginated table.
Jira issue: CRDB-45097
Contributor guide
Assessment
This issue has not been assessed yet.