
# GS_LOGICAL_DICTIONARY
GS_LOGICAL_DICTIONARY系统表记录逻辑解码数据字典信息表。
表1GS_LOGICAL_DICTIONARY字段 
| 字段名称               | 字段类型                     | 说明                |
|:---|:---|:---|
| status             | integer                  | 表示逻辑解码数据字典是否有效可用。 |
| restart_lsn        | bigint unsigned          | 预留字段。             |
| restart_lsn_time   | timestamp with time zone | 基线化完成时间。          |
| dictionary_csn_min | bigint unsigned          | 使用的最小版本号。         |
| last_clean_time    | timestamp with time zone | 数据字典表最后一次清理的时间。   |
| last_clean_result  | bool                     | 数据字典表最后一次清理的结果。   |
| originid           | integer                  | 元组的来源标识符。         |
| last_flush_csn     | bigint unsigned          | 上一次元信息修改的CSN。     |
| pdbid              | oid                      | 该行数据对应的租户ID。      |
   
