-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: include session remote execution memory usage in sessions page #54339
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
#25395 added memory usage information to SHOW SESSIONS so that operators could see how much memory a given session was using/its high watermark. However, this only took into account gateway memory usage. This issue tracks adding remote execution information. We'll probably simply want to sum(current_memory_usage on each node), max(max_memory_usage on each node).
Jira issue: CRDB-3772
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)