Skip to content

sql: include session remote execution memory usage in sessions page #54339

@asubiotto

Description

@asubiotto

#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-sql-executionRelating to SQL execution.A-sql-observabilityRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions