|
|
|
|
@ -2614,10 +2614,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i |
|
|
|
|
<structfield>spill_count</structfield> <type>bigint</type> |
|
|
|
|
</para> |
|
|
|
|
<para> |
|
|
|
|
Number of times transactions were spilled to disk while performing |
|
|
|
|
decoding of changes from WAL for this slot. Transactions |
|
|
|
|
may get spilled repeatedly, and this counter gets incremented on every |
|
|
|
|
such invocation. |
|
|
|
|
Number of times transactions were spilled to disk while decoding changes |
|
|
|
|
from WAL for this slot. Transactions may get spilled repeatedly, and |
|
|
|
|
this counter gets incremented on every such invocation. |
|
|
|
|
</para></entry> |
|
|
|
|
</row> |
|
|
|
|
|
|
|
|
|
@ -2628,8 +2627,8 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i |
|
|
|
|
<para> |
|
|
|
|
Amount of decoded transaction data spilled to disk while performing |
|
|
|
|
decoding of changes from WAL for this slot. This and other spill |
|
|
|
|
counters can be used to gauge the I/O occurred during logical decoding |
|
|
|
|
and accordingly can tune <literal>logical_decoding_work_mem</literal>. |
|
|
|
|
counters can be used to gauge the I/O which occurred during logical |
|
|
|
|
decoding and allow tuning <literal>logical_decoding_work_mem</literal>. |
|
|
|
|
</para></entry> |
|
|
|
|
</row> |
|
|
|
|
|
|
|
|
|
|