Re: pgsql: Allow per-tablespace effective_io_concurrency - Mailing list pgsql-committers

From Thom Brown
Subject Re: pgsql: Allow per-tablespace effective_io_concurrency
Date
Msg-id CAA-aLv6t4WmfR7uRYfbcMgx7HEoU_rSmK+xbkscwOTXx31vcUw@mail.gmail.com
Whole thread Raw
In response to pgsql: Allow per-tablespace effective_io_concurrency  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Allow per-tablespace effective_io_concurrency  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-committers
On 8 September 2015 at 16:59, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
Allow per-tablespace effective_io_concurrency

Per discussion, nowadays it is possible to have tablespaces that have
wildly different I/O characteristics from others.  Setting different
effective_io_concurrency parameters for those has been measured to
improve performance.

Author: Julien Rouhaud
Reviewed by: Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1aba62ec635f5852bc45ce65482366e541e61ff5

Modified Files
--------------
doc/src/sgml/config.sgml                  |    5 ++-

One typo:

s/overriden/overridden/

--
Thom

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Allow per-tablespace effective_io_concurrency
Next
From: Fujii Masao
Date:
Subject: pgsql: Improve tab-completion for GRANT and REVOKE.