cockroachdb / cockroachdb/cockroach

Observability: Sql Activity -> Sessions tab takes >25 seconds to load.

Open
#136,511 3 comments 0 reactions 0 assignees View on GitHub
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.

Pasted image 20241114150017
Pasted image 20241114150047
Pasted image 20241114150054

Jira issue: CRDB-45097

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.