2015年12月6日

Measuring PostgreSQL Checkpoint Statistics

摘要: Checkpoints can be a major drag on write-heavy PostgreSQL installations. The first step toward identifying issues in this area is to monitor how oft... 阅读全文

posted @ 2015-12-06 20:20 Still water run deep 阅读(476) 评论(0) 推荐(0) 编辑

PgSQL · 特性分析 · 谈谈checkpoint的调度

摘要: 在PG的众多参数中,参数checkpoint相关的几个参数颇为神秘。这些参数与checkpoint的调度有关,对系统的稳定性还是比较重要的,下面我们为大家解析一下,这要先从PG的数据同步机制谈起。PG的数据同步机制众所周知,数据库的后台进程在执行用户事务时,发生的数据更改是先写入缓冲池中,对应PG就... 阅读全文

posted @ 2015-12-06 18:19 Still water run deep 阅读(648) 评论(0) 推荐(0) 编辑

导航