- Notifications
You must be signed in to change notification settings - Fork28
Commiteaae947
committed
doc: Add note about I/O timing information in EXPLAIN and pg_stat_database.
Explain that the followings are tracked only when track_io_timing GUCis enabled.- blk_read_time and blk_write_time in pg_stat_database- time spent reading and writing data file blocks in EXPLAIN output with BUFFERS optionWhther track_io_timing is enabled affects also blk_read_time andblk_write_time in pg_stat_statements, but which was already documented.Author: Atsushi TorikoshiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/CACZ0uYHo_NwbxpLH76OGF-O=13tkR0ZM0zeyGEhZ+JEXZVRyCA@mail.gmail.com1 parent574925b commiteaae947
2 files changed
+7
-4
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3390 | 3390 |
| |
3391 | 3391 |
| |
3392 | 3392 |
| |
3393 |
| - | |
| 3393 | + | |
| 3394 | + | |
3394 | 3395 |
| |
3395 | 3396 |
| |
3396 | 3397 |
| |
| |||
3400 | 3401 |
| |
3401 | 3402 |
| |
3402 | 3403 |
| |
3403 |
| - | |
| 3404 | + | |
| 3405 | + | |
3404 | 3406 |
| |
3405 | 3407 |
| |
3406 | 3408 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
|
0 commit comments
Comments
(0)