You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advocacy_docs/pg_extensions/wait_states/using.mdx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ In addition to the common parameters described previously, each row of the outpu
94
94
95
95
`sample_time`— The time when wait event data was collected.
96
96
97
-
`wait_event_type`— The type of wait event the session (backend) is waiting on.
97
+
`wait_event_type`— The type of wait event the session (backend) is waiting on. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
98
98
99
-
`wait_event`— The wait event the session (backend) is waiting on.
99
+
`wait_event`— The wait event the session (backend) is waiting on. For more information, see [Wait Events](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE) in the PostgreSQL documentation.
100
100
101
101
### Example
102
102
@@ -319,9 +319,9 @@ In addition to the common parameters described previously, each row of the outpu
319
319
320
320
`sample_time`— The time when wait event data was collected.
321
321
322
-
`wait_event_type`— The type of wait event on which the session is waiting.
322
+
`wait_event_type`— The type of wait event on which the session is waiting. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
323
323
324
-
`wait_event`— The wait event on which the session (backend) is waiting.
324
+
`wait_event`— The wait event on which the session (backend) is waiting. For more information, see [Wait Events](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE) in the PostgreSQL documentation.
325
325
326
326
`sampling_interval`— The time interval at which the sample is taken.
327
327
@@ -513,7 +513,7 @@ In addition to the common parameters described previously, each row of the outpu
513
513
514
514
`waitevent`— The name of the wait event.
515
515
516
-
`wait_event_type`— The type of wait event.
516
+
`wait_event_type`— The type of wait event. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
517
517
518
518
`waittime`— The approximate wait time of this wait event (in seconds) based on the number of samples and the sampling interval from `edb_wait_states_samples`.
0 commit comments