gp_configuration_history

gp_configuration_history

gp_configuration_history表包含有关故障检测和恢复操作相关的系统更改信息。 fts_probe进程将数据记录到此表,和相关的gpcheck, gprecoverseggpinitsystem之类的管理工具一样。 例如,当用户向系统添加新的Segment和镜像Segment时,这些事件会被记录到gp_configuration_history

该表仅在Master上有数据。该表在pg_global表空间中定义, 这意味着它在系统中的所有数据库之间全局共享。

Table 1. pg_catalog.gp_configuration_history
类型 参考 描述
time timestamp with time zone   记录事件的时间戳。
dbid smallint gp_segment _configuration.dbid 系统分配的ID。Segment(或者Master)实例的唯一标识符。
desc text   时间的文本描述。

有关gpcheckgprecoverseggpinitsystem的信息,请参阅Greenplum数据库工具指南。