Re: [PATCHES] Including Snapshot Info with Indexes - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: [PATCHES] Including Snapshot Info with Indexes
Date
Msg-id 4721BE89.1020306@enterprisedb.com
Whole thread Raw
In response to Re: [PATCHES] Including Snapshot Info with Indexes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [PATCHES] Including Snapshot Info with Indexes
List pgsql-hackers
Gokulakannan Somasundaram wrote:
> As far as Load Test is concerned, i have tried to provide all the relevant
> details. Please inform me, if i have left any.

Thanks!

How large were the tables?

Did you run all the queries concurrently? At this point, I think it'd be
better to run them separately so that you can look at the impact on each
kind of operation in isolation.

What kind of an I/O system does the server have?

It'd be interesting to get the cache hit/miss ratios, as well as the
output of iostat (or similar) during the test. How much of the benefit
is due to reduced random I/O?

What does the numbers look like if the the tables are small enough to
fit in RAM?

You should do some tuning, the PostgreSQL default configuration is not
tuned for maximum performance. At least increase checkpoint_segments and
checkpoint_timeout and shared_buffers. Though I noticed that you're
running on Windows; I don't think anyone's done any serious performance
testing or tuning on Windows yet, so I'm not sure how you should tune that.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Sebastien FLAESCH
Date:
Subject: PostgreSQL 8.3, libpq and WHERE CURRENT OF
Next
From: Heikki Linnakangas
Date:
Subject: Re: PostgreSQL 8.3, libpq and WHERE CURRENT OF