Re: [PATCHES] Including Snapshot Info with Indexes

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [PATCHES] Including Snapshot Info with Indexes
Дата
Msg-id 4721BE89.1020306@enterprisedb.com
обсуждение исходный текст
Ответ на Re: [PATCHES] Including Snapshot Info with Indexes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [PATCHES] Including Snapshot Info with Indexes  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Sebastien FLAESCH
Дата:
Сообщение: PostgreSQL 8.3, libpq and WHERE CURRENT OF
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PostgreSQL 8.3, libpq and WHERE CURRENT OF