Re: intel s3500 -- hot stuff

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: intel s3500 -- hot stuff
Date: 2014-12-08 21:40:43
Message-ID: CAHyXU0wgpE2E3B+rmZ959tJT_adPFfPvHNqeA9K9mkJRAT9HXw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

On Sat, Dec 6, 2014 at 7:08 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Wed, Nov 5, 2014 at 12:09:16PM -0600, Merlin Moncure wrote:
>> effective_io_concurrency 1: 46.3 sec, ~ 170 mb/sec peak via iostat
>> effective_io_concurrency 2: 49.3 sec, ~ 158 mb/sec peak via iostat
>> effective_io_concurrency 4: 29.1 sec, ~ 291 mb/sec peak via iostat
>> effective_io_concurrency 8: 23.2 sec, ~ 385 mb/sec peak via iostat
>> effective_io_concurrency 16: 22.1 sec, ~ 409 mb/sec peak via iostat
>> effective_io_concurrency 32: 20.7 sec, ~ 447 mb/sec peak via iostat
>> effective_io_concurrency 64: 20.0 sec, ~ 468 mb/sec peak via iostat
>> effective_io_concurrency 128: 19.3 sec, ~ 488 mb/sec peak via iostat
>> effective_io_concurrency 256: 19.2 sec, ~ 494 mb/sec peak via iostat
>>
>> Did not see consistent measurable gains > 256
>> effective_io_concurrency. Interesting that at setting of '2' (the
>> lowest possible setting with the feature actually working) is
>> pessimal.
>
> Very interesting. When we added a per-tablespace random_page_cost,
> there was a suggestion that we might want to add per-tablespace
> effective_io_concurrency someday:

What I'd really like to see is to have effective_io_concurrency work
on other types of scans. It's clearly a barn burner on fast storage
and perhaps the default should be something other than '1'. Spinning
storage is clearly dead and ssd seem to really benefit from the posix
readhead api.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2014-12-08 21:43:14 Re: Casting issues with domains
Previous Message Jim Nasby 2014-12-08 21:28:54 Re: Proposal: Log inability to lock pages during vacuum

Browse pgsql-performance by date

  From Date Subject
Next Message Vivekanand Joshi 2014-12-09 18:42:46 Hardware Requirements
Previous Message Tim Dudgeon 2014-12-08 21:39:13 Re: [SQL] querying with index on jsonb slower than standard column. Why?