Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0389285

Browse files
author
Alexander Korotkov
committed
Description of GUCs in readme.
1 parentd426865 commit0389285

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@ in-memory hash table.
101101

102102
pg_wait_sampling_reset_profile() function resets the profile.
103103

104+
The work of wait event statistics collector worker is controlled by following
105+
GUCs.
106+
107+
| Parameter name| Data type| Description|
108+
| -------------------------------| ---------| -------------------------------------------|
109+
| pg_wait_sampling.history_size| int4| Size of history in-memory ring buffer|
110+
| pg_wait_sampling.history_period| int4| Period for history sampling in milliseconds|
111+
| pg_wait_sampling.profile_period| int4| Period for profile sampling in milliseconds|
112+
113+
These GUCs are allowed to be changed by superuser. Also, they are placed into
114+
shared memory. Thus, they could be changed from any backend and affects worker
115+
runtime.
116+
104117
See
105118
[PostgreSQL documentation](http://www.postgresql.org/docs/devel/static/monitoring-stats.html#WAIT-EVENT-TABLE)
106119
for list of possible wait events.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp