返回首页

gbase数据、南大通用产品文档:GBase8a

更新日期:2024年09月11日

gcluster_dql_statistic_threshold
取值:[0,ULONGLONG_MAX]
默认值:0
说明:执行时间超过执行值的任务将被监控。
修改方式:可使用set 语句修改值。适用于session、global 范围均可。

PG_GTT_STATS 视图查看当前会话所有全局临时表单列统计信息,调用
pg_get_gtt_statistics 函数。
名称
类型
描述
schemaname
name
schema 名称。
tablename
name
全局临时表名称。
attname
name
属性名称。
inherited
boolean
是否统计有继承关系的对象。
null_frac
real
该字段中为NULL 的记录的比率。
avg_width
integer
非NULL 记录的平均存储宽度,以字节计算。
n_distinct
real
标识全局统计信息中字段里唯一的非NULL 数据值
的数目。
most_common_vals
text[]
高频值列表,按照出现的频率排序。
most_common_freqs
real[]
高频值的频率。
histogram_bounds
text[]
等频直方图描述列中的数据分布
(不包含高频值)

correlation
real
相关系数。
most_common_elems
text[]
类型高频值列表,用于数组类型或一些其他类型。

GBase 8c V5 开发者手册
南大通用数据技术股份有限公司
874
名称
类型
描述
most_common_elem_
freqs
real[]
类型高频值的频率。
elem_count_histogra
m
real[]
数组类型直方图。

Cannot find the SQLTypeName specified in the SQLData or Struct
SQLData 或 Struct 类中指定 SQLTypename 对象在数据库中不存在。请确保类型名称有效。