164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SESSION_MEMORY.md 4.85 KB
一键复制 编辑 原始数据 按行查看 历史

SESSION_MEMORY

统计Session级别的内存使用情况,包含执行作业在数据节点上Postgres线程和Stream线程分配的所有内存,单位为MB。

表 1 SESSION_MEMORY字段

名称

类型

描述

sessid

text

线程启动时间+线程标识。

init_mem

integer

当前正在执行作业进入执行器前已分配的内存。

used_mem

integer

当前正在执行作业已分配的内存。

peak_mem

integer

当前正在执行作业已分配的内存峰值。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
1.1.0

搜索帮助