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

Commit4e344c2

Browse files
committed
Add missing documentation for effective_io_concurrency tablespace option.
The description of effective_io_concurrency option was missing in ALTERTABLESPACE docs though it's included in CREATE TABLESPACE one.Back-patch to 9.6 where effective_io_concurrency tablespace option was added.Michael Paquier, reported by Marc-Olaf Jaschke
1 parentb81b5a9 commit4e344c2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎doc/src/sgml/ref/alter_tablespace.sgml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="PAR
8383
<listitem>
8484
<para>
8585
A tablespace parameter to be set or reset. Currently, the only
86-
available parameters are <varname>seq_page_cost</> and
87-
<varname>random_page_cost</>. Setting either value for a particular
88-
tablespace will override the planner's usual estimate of the cost of
89-
reading pages from tables in that tablespace, as established by
90-
the configuration parameters of the same name (see
91-
<xref linkend="guc-seq-page-cost">,
92-
<xref linkend="guc-random-page-cost">). This may be useful if one
93-
tablespace is located on a disk which is faster or slower than the
86+
available parameters are <varname>seq_page_cost</>,
87+
<varname>random_page_cost</> and <varname>effective_io_concurrency</>.
88+
Setting either value for a particular tablespace will override the
89+
planner's usual estimate of the cost of reading pages from tables in
90+
that tablespace, as established by the configuration parameters of the
91+
same name (see <xref linkend="guc-seq-page-cost">,
92+
<xref linkend="guc-random-page-cost">,
93+
<xref linkend="guc-effective-io-concurrency">). This may be useful if
94+
one tablespace is located on a disk which is faster or slower than the
9495
remainder of the I/O subsystem.
9596
</para>
9697
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp