ui: nodes_ui
endpoint response should be reduced in size for very large clusters
#129408
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-testcluster
Issues found or occurred on a test cluster, i.e. a long-running internal cluster
P-3
Issues/test failures with no fix SLA
T-observability
Today, the
nodes_ui
endpoint that serves DB Console can balloon in size quite severely if the cluster has hundreds of nodes. We observed this on a cluster with 100s of dead nodes which made this payload grow to 37MiB.This payload contains may pieces of information that are likely not immediately necessary to the function of DB Console. We should either reduce the amount of info here, or break it up into separate requests so that we can quickly load the nodes list on the overview page and get the app functional quickly when there are 100s of nodes.
Jira issue: CRDB-41527
The text was updated successfully, but these errors were encountered: