Skip to main content
Version: Next

gp_fastsequence

The gp_fastsequence table in the pg_catalog schema contains information about append-optimized and column-oriented tables. The last_sequence value indicates maximum row number currently used by the table.

columntypereferencesdescription
objidoidpg_class.oidObject id of the pg_aoseg.pg_aocsseg_* table used to track append-optimized file segments.
objmodbigint Object modifier.
last_sequencebigint The last sequence number used by the object.