Re: New PostgreSQL Tool available : pg_autotune

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New PostgreSQL Tool available : pg_autotune
Дата
Msg-id 9522.1032708629@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New PostgreSQL Tool available : pg_autotune  (Justin Clift <justin@postgresql.org>)
Список pgsql-general
Justin Clift <justin@postgresql.org> writes:
> Have been putting together a tool called "pg_autotune" for automatically
> tuning a PostgreSQL database (either local or remote).  It does this by
> repetitively benchmarking PostgreSQL (using Tatsuo's pgbench code) with
> different buffer settings, then fine tuning those settings depending on
> the results returned.

You should have chosen a better foundation.  pg_bench is notorious for
producing results that are (a) nonrepeatable and (b) not relevant to
a wide variety of situations.  All it really tells you about is the
efficiency of a large number of updates to a small number of rows.

I'd take the results with a large grain of salt.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Gborg projects
Следующее
От: Justin Clift
Дата:
Сообщение: Re: New PostgreSQL Tool available : pg_autotune