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

Commit9e0f87a

Browse files
author
Amit Kapila
committed
Minor improvements in description of spilled counters in pg_stat_replication_slots view.
Per a suggestion by Justin Pryzby.Discussion:https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com
1 parent8d132b2 commit9e0f87a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,10 +2614,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
26142614
<structfield>spill_count</structfield> <type>bigint</type>
26152615
</para>
26162616
<para>
2617-
Number of times transactions were spilled to disk while performing
2618-
decoding of changes from WAL for this slot. Transactions
2619-
may get spilled repeatedly, and this counter gets incremented on every
2620-
such invocation.
2617+
Number of times transactions were spilled to disk while decoding changes
2618+
from WAL for this slot. Transactions may get spilled repeatedly, and
2619+
this counter gets incremented on every such invocation.
26212620
</para></entry>
26222621
</row>
26232622

@@ -2628,8 +2627,8 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
26282627
<para>
26292628
Amount of decoded transaction data spilled to disk while performing
26302629
decoding of changes from WAL for this slot. This and other spill
2631-
counters can be used to gauge the I/O occurred during logical decoding
2632-
andaccordingly can tune <literal>logical_decoding_work_mem</literal>.
2630+
counters can be used to gauge the I/Owhichoccurred during logical
2631+
decodingandallow tuning <literal>logical_decoding_work_mem</literal>.
26332632
</para></entry>
26342633
</row>
26352634

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp