Re: dbt-2 tuning results with postgresql-8.3.5

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: dbt-2 tuning results with postgresql-8.3.5
Дата
Msg-id Pine.GSO.4.64.0812222236220.6114@westnet.com
обсуждение исходный текст
Ответ на Re: dbt-2 tuning results with postgresql-8.3.5  ("Mark Wong" <markwkm@gmail.com>)
Список pgsql-performance
On Mon, 22 Dec 2008, Mark Wong wrote:

> The shared_buffers are the default, 24MB.  The database parameters are
> saved, probably unclearly, here's an example link:
>
> http://207.173.203.223/~markwkm/community6/dbt2/baseline.1000.1/db/param.out

That's a bit painful to slog through to find what was changed from the
defaults.  How about saving the output from this query instead, or in
addition to the version sorted by name:

select name,setting,source,short_desc from pg_settings order by
source,name;

Makes it easier to ignore everything that isn't set.

> I should probably run your pgtune script, huh?

That's basically where the suggestions for center points I made came from.
The only other thing that does that might be interesting to examine is
that it bumps up checkpoint_completion_target to 0.9 once you've got a
large number of checkpoint_segments.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: "Mark Wong"
Дата:
Сообщение: Re: dbt-2 tuning results with postgresql-8.3.5
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: dbt-2 tuning results with postgresql-8.3.5