云数据库 GaussDB-GS_OBSSCANINFO

时间:2023-11-01 16:22:25

GS_OBSSCANINFO

GS_OBSSCANINFO系统表定义了在云上加速场景中,使用加速集群时扫描OBS数据的运行时信息,每条记录对应一个query中单个OBS外表的运行时信息。

表1 GS_OBSSCANINFO字段

名称

类型

引用

描述

query_id

bigint

-

查询标识。

user_id

text

-

执行该查询的数据库用户。

table_name

text

-

OBS外表的表名。

file_type

text

-

底层数据保存的文件格式。

time_stamp

timestamp with time zone

-

扫描操作开始的时间。

actual_time

double precision

-

扫描操作执行时间,单位为秒。

file_scanned

bigint

-

扫描的文件数量。

data_size

double precision

-

扫描的数据量,单位为字节。

billing_info

text

-

保留字段。

support.huaweicloud.com/devg-opengauss/opengauss_devg_0735.html