Re: effective_io_concurrency option in ALTER TABLESPACE

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: thusson(at)informiciel(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: effective_io_concurrency option in ALTER TABLESPACE
Date: 2017-01-27 00:34:09
Message-ID: CAB7nPqRjjsFn6SvWH6tn2oAvMWCN2jh=Lya8VaBOVNyfAx-=Ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, Jan 26, 2017 at 12:49 AM, <thusson(at)informiciel(dot)com> wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
> Description:
>
> This page:
> https://www.postgresql.org/docs/9.6/static/runtime-config-resource.html
>
> Tell about effective_io_concurrency could be changed for a specific
> tablespace and refer to this page:
> https://www.postgresql.org/docs/9.6/static/sql-altertablespace.html
> Who said &quot;Currently, the only available parameters are seq_page_cost and
> random_page_cost.&quot; and refer to them.
>
> Option &quot;effective_io_concurrency&quot; is missing as I tried the following
> command and it worked:
> alter tablespace emet_temp set (effective_io_concurrency=50);

Thanks for the report, this has been fixed recently by this commit and
will be available with 9.6.2:
commit: 4e344c2cf4ff00ca38ea0035bc137dab95fdd0c0
author: Fujii Masao <fujii(at)postgresql(dot)org>
date: Sat, 17 Dec 2016 01:25:29 +0900
Add missing documentation for effective_io_concurrency tablespace option.

The description of effective_io_concurrency option was missing in ALTER
TABLESPACE docs though it's included in CREATE TABLESPACE one.
--
Michael

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message rdbingham 2017-01-27 20:52:06 No doc pg_ctl runservice verb
Previous Message thusson 2017-01-25 15:49:44 effective_io_concurrency option in ALTER TABLESPACE