cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.89k stars 3.77k forks source link

ui: databases page request improvements #120064

Open xinhaoz opened 6 months ago

xinhaoz commented 6 months ago

There are latency issues with the Databases page that can cause timeouts and stats to be 'unavailable' for some time - this occurs for larger clusters with many nodes and ranges.

Today, customers get around these console scale issues by scraping our system tables to their downstream logging tools. We should improve the console so that it can support scaled workloads, avoiding customers having to build this workaround.

This issue tracks potential improvements to address slow requests in the database pages. Note that this is not a holistic list, and an investigation is ongoing into which potential improvements should be prioritized.

Jira issue: CRDB-36457

Epic CRDB-37558

dhartunian commented 4 weeks ago

I removed the P-2 label since we're working on this via other tickets at the moment since this is a bigger project.