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

Commita1de1b0

Browse files
committed
doc PG 18 relnotes: split apart log_connections item
Also add details to asynchronous I/O item.Reported-by: Melanie PlagemanDiscussion:https://postgr.es/m/CAAKRu_YsVvyantS0X0Y_-vp_97=yGaoYJMXXyCEkR7pumAH3Jg@mail.gmail.com
1 parent35a428f commita1de1b0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

‎doc/src/sgml/release-18.sgml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ Add an asynchronous I/O subsystem (Andres Freund, Thomas Munro, Nazir Bilal Yavu
569569
</para>
570570

571571
<para>
572+
This feature allows backends to queue multiple read requests, which allows for more efficient sequential scans, bitmap heap scans, and vacuums.
572573
This is enabled by server variable io_method, with server variables io_combine_limit and io_max_combine_limit added to control it. This also enables
573574
effective_io_concurrency and maintenance_io_concurrency values greater than zero for systems without fadvise() support. The new system view pg_aios shows the file handles being used
574575
for asynchronous I/O.
@@ -682,22 +683,31 @@ This more accurately reflects modern hardware.
682683
<!--
683684
Author: Melanie Plageman <melanieplageman@gmail.com>
684685
2025-03-12 [9219093ca] Modularize log_connections output
685-
Author: Melanie Plageman <melanieplageman@gmail.com>
686-
2025-03-12 [18cd15e70] Add connection establishment duration logging
687686
-->
688687

689688
<listitem>
690689
<para>
691690
Increase the logging granularity of server variable log_connections (Melanie Plageman)
692691
<ulink url="&commit_baseurl;9219093ca">&sect;</ulink>
693-
<ulink url="&commit_baseurl;18cd15e70">&sect;</ulink>
694692
</para>
695693

696694
<para>
697695
This server variable was previously only boolean; these options are still supported.
698696
</para>
699697
</listitem>
700698

699+
<!--
700+
Author: Melanie Plageman <melanieplageman@gmail.com>
701+
2025-03-12 [18cd15e70] Add connection establishment duration logging
702+
-->
703+
704+
<listitem>
705+
<para>
706+
Add log_connections option to report the duration of connection stages (Melanie Plageman)
707+
<ulink url="&commit_baseurl;18cd15e70">&sect;</ulink>
708+
</para>
709+
</listitem>
710+
701711
<!--
702712
Author: Tom Lane <tgl@sss.pgh.pa.us>
703713
2025-04-07 [3516ea768] Add local-address escape "%L" to log_line_prefix.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp