更新时间:2025-03-08 GMT+08:00
GLOBAL_PAGEWRITER_STATUS
GLOBAL_PAGEWRITER_STATUS视图显示整个集群所有实例的刷页信息和检查点信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | text | 实例名称。 |
| pgwr_actual_flush_total_num | bigint | 从启动到当前时间总计刷脏页数量。 |
| pgwr_last_flush_num | integer | 上一批刷脏页数量。 |
| remain_dirty_page_num | bigint | 当前预计还剩余多少脏页。 |
| queue_head_page_rec_lsn | text | 当前实例的脏页队列第一个脏页的recovery_lsn。 |
| queue_rec_lsn | text | 当前实例的脏页队列的recovery_lsn。 |
| current_xlog_insert_lsn | text | 当前实例xLog写入的位置。 |
| ckpt_redo_point | text | 当前实例的检查点。 |
父主题: Utility