Re: PostgreSQL 8.4 performance tuning questions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.4 performance tuning questions
Дата
Msg-id 15122.1248974895@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.4 performance tuning questions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: PostgreSQL 8.4 performance tuning questions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: PostgreSQL 8.4 performance tuning questions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: PostgreSQL 8.4 performance tuning questions  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-performance
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Since the dump to custom format ran longer than the full pg_dump
> piped directly to psql would have taken, the overall time to use this
> technique is clearly longer for our databases on our hardware.

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?

            regards, tom lane

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

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