- Notifications
You must be signed in to change notification settings - Fork5k
Commitb27f863
committed
docs: Reframe track_io_timing related docs as wait time
With AIO it does not make sense anymore to track the time for each individualIO, as multiple IOs can be in-flight at the same time. Instead we now trackthe time spent *waiting* for IOs.This should be reflected in the docs. While, so far, we only do a subset ofreads, and no other operations, via AIO, describing the GUC and view columnsas measuring IO waits is accurate for synchronous and asynchronous IO.Reviewed-by: Noah Misch <noah@leadboat.com>Discussion:https://postgr.es/m/5dzyoduxlvfg55oqtjyjehez5uoq6hnwgzor4kkybkfdgkj7ag@rbi4gsmzaczk1 parent12ce89f commitb27f863
2 files changed
+8
-8
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8568 | 8568 |
| |
8569 | 8569 |
| |
8570 | 8570 |
| |
8571 |
| - | |
| 8571 | + | |
8572 | 8572 |
| |
8573 | 8573 |
| |
8574 | 8574 |
| |
| |||
8602 | 8602 |
| |
8603 | 8603 |
| |
8604 | 8604 |
| |
8605 |
| - | |
| 8605 | + | |
8606 | 8606 |
| |
8607 | 8607 |
| |
8608 | 8608 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2747 | 2747 |
| |
2748 | 2748 |
| |
2749 | 2749 |
| |
2750 |
| - | |
| 2750 | + | |
2751 | 2751 |
| |
2752 | 2752 |
| |
2753 | 2753 |
| |
| |||
2785 | 2785 |
| |
2786 | 2786 |
| |
2787 | 2787 |
| |
2788 |
| - | |
| 2788 | + | |
2789 | 2789 |
| |
2790 | 2790 |
| |
2791 | 2791 |
| |
| |||
2813 | 2813 |
| |
2814 | 2814 |
| |
2815 | 2815 |
| |
2816 |
| - | |
| 2816 | + | |
2817 | 2817 |
| |
2818 | 2818 |
| |
2819 | 2819 |
| |
| |||
2849 | 2849 |
| |
2850 | 2850 |
| |
2851 | 2851 |
| |
2852 |
| - | |
| 2852 | + | |
2853 | 2853 |
| |
2854 | 2854 |
| |
2855 | 2855 |
| |
| |||
2923 | 2923 |
| |
2924 | 2924 |
| |
2925 | 2925 |
| |
2926 |
| - | |
| 2926 | + | |
2927 | 2927 |
| |
2928 | 2928 |
| |
2929 | 2929 |
| |
| |||
3010 | 3010 |
| |
3011 | 3011 |
| |
3012 | 3012 |
| |
3013 |
| - | |
| 3013 | + | |
3014 | 3014 |
| |
3015 | 3015 |
| |
3016 | 3016 |
| |
|
0 commit comments
Comments
(0)