mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Add information about WAL buffers being full to EXPLAIN (WAL)
This is similar to ce5bcc4a9f
, relying on the addition of
wal_buffers_full to WalUsage. This time, the information is added to
the output generated by EXPLAIN (WAL).
Author: Bertrand Drouvot
Reviewed-by: Ilia Evdokimov
Discussion: https://postgr.es/m/Z6SOha5YFFgvpwQY@ip-10-97-1-34.eu-west-3.compute.internal
This commit is contained in:
@@ -242,8 +242,9 @@ ROLLBACK;
|
||||
<listitem>
|
||||
<para>
|
||||
Include information on WAL record generation. Specifically, include the
|
||||
number of records, number of full page images (fpi) and the amount of WAL
|
||||
generated in bytes. In text format, only non-zero values are printed.
|
||||
number of records, number of full page images (fpi), the amount of WAL
|
||||
generated in bytes and the number of times the WAL buffers became full.
|
||||
In text format, only non-zero values are printed.
|
||||
This parameter may only be used when <literal>ANALYZE</literal> is also
|
||||
enabled. It defaults to <literal>FALSE</literal>.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user