更新时间:2025-10-16 GMT+08:00
GS_OBSSCANINFO
GS_OBSSCANINFO系统表定义了在云上加速场景中,使用加速集群时扫描OBS数据的运行时信息,每条记录对应一个query中单个OBS外表的运行时信息。
名字 | 类型 | 描述 |
|---|---|---|
query_id | bigint | 查询标识。 |
user_id | text | 执行该查询的数据库用户。 |
table_name | text | OBS外表的表名。 |
file_type | text | 底层数据保存的文件格式。 |
time_stamp | timestamp with time zone | 扫描操作开始的时间。 |
actual_time | double | 扫描操作执行时间,单位为秒。 |
file_scanned | bigint | 扫描的文件数量。 |
data_size | double | 扫描的数据量,单位为字节。 |
billing_info | text | 保留字段。 |

