We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d9025 commit 8eaa130Copy full SHA for 8eaa130
README.md
@@ -18,6 +18,10 @@ The module must be loaded by adding `pg_wait_sampling` to
18
shared memory and launches background worker. This means that a server restart
19
is needed to add or remove the module.
20
21
+When used with `pg_stat_statements` it is recommended to put `pg_stat_statements`
22
+before `pg_wait_sampling` in `shared_preload_libraries` so queryIds of
23
+utility statements are not rewritten by the former.
24
+
25
When `pg_wait_sampling` is enabled, it collects two kinds of statistics.
26
27
* History of waits events. It's implemented as in-memory ring buffer where
0 commit comments