Re: posix_fadvise v22 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: posix_fadvise v22
Date
Msg-id 603c8f070901021436v71f10188g1d747b493c89f2f5@mail.gmail.com
Whole thread Raw
In response to Re: posix_fadvise v22  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: posix_fadvise v22
List pgsql-hackers
> I've got a stack of hardware I can do performance testing of this patch on,
> what I haven't been able to find time for is setting up any sort of test
> harness right now.  If you or Greg have any benchmark or test program you
> could suggest that should show off the improvements here, I'd be glad to run
> it on a bunch of systems and report back--I've already got a stack of
> candidate ones I ran the earlier tests on to compare results against.

Unfortunately I don't have anything useful.  I took the skewed TPC-H
data that Lawrence Ramon posted and created a table based on lineitem
using something along the lines of:

SELECT *, g FROM lineitem, generate_series(1,8) AS g;

Then I made an index on one of the columns and ran some queries that
ended up being planned as bitmap index scans.  The disk seemed to be
doing its thing, but it didn't do it's thing any faster when I changed
effective_io_concurrency to 4 (in fact there might have been a small
slowdown but I didn't take the time to measure carefully, so I can't
refute the null hypothesis).

...Robert


pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: Re: Significantly larger toast tables on 8.4?
Next
From: Joe Conway
Date:
Subject: Re: dblink vs SQL/MED