类型: | bool |
默认: | off |
上下文: | superuser |
重新开始: | false |
以来: | 9.2 |
启用对系统 I/O 调用的计时。这个参数默认为关闭,因为它将重复地向操作系统查询当前时间,这会在某些平台上导致显著的负荷。你可以使用pgtesttiming工具来度量你的系统中计时的开销。I/O 计时信息被显示在pg-stat-database-view中、当BUFFERS
选项被使用时的sql-explain输出中以及pgstatstatements中。只有超级用户可以更改这个设置。
建议 [EN]
Turn it on if you're monitoring disk usage per request.
在 StackOverflow
在 pgsql-hackers
- Re: Showing I/O timings spent reading/writing temp buffers in EXPLAIN
- Re: [DOCS] Stats views and functions not in order?
- Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations
- Re: [PATCH] Expose port->authn_id to extensions and triggers
- Re: More problems with VacuumPageHit style global variables