Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 546 Bytes

File metadata and controls

13 lines (9 loc) · 546 Bytes

gp_fastsequence

gp_fastsequence 表包含有关追加优化表和列存表的信息。last_sequence 值表示该表当前使用的最大行号。

表 1. pg_catalog.gp_fastsequence
类型 引用 描述
objid oid pg_class.oid 用于跟踪追加优化文件段的pg_aoseg.pg_aocsseg_*表的对象ID。
objmod bigint 对象修饰符。
last_sequence bigint 对象使用的最后一个序列号。

上级主题: 系统目录定义