Re: PostgreSQL 8.4 performance tuning questions

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: PostgreSQL 8.4 performance tuning questions
Дата
Msg-id 4A7193810200002500029104@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.4 performance tuning questions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Hmmm ... AFAIR there isn't a good reason for dump to custom format
> to take longer than plain text dump, except for applying
> compression.  Maybe -Z0 would be worth testing?  Or is the problem
> that you have to write the data to a disk file rather than just
> piping it?

I'm not sure without benchmarking that.  I was writing to the same
RAID as the database I was dumping, so contention was probably a
significant issue.  But it would be interesting to compare different
permutations to see what impact each has alone and in combination.

I'm OK with setting up a benchmark run each night for a while, to
shake out what I can, on this and the artificial cases.

-Kevin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 8.4 performance tuning questions
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: PostgreSQL 8.4 performance tuning questions