164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DV_SESSION_LONGOPS.md 5.64 KB
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2021-09-14 16:53 . add feature

DV_SESSION_LONGOPS

DV_SESSION_LONGOPS视图存储当前正在执行的操作的进度。该视图需要授权访问。

表 1 DV_SESSION_LONGOPS字段

名称

类型

描述

sid

bigint

当前正在执行的后台进程的OID。

serial#

integer

当前正在执行的后台进程的序号,在openGauss中为0。

sofar

integer

目前完成的工作量,在openGauss中为空。

totalwork

integer

工作总量,在openGauss中为空。

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

搜索帮助