Re: pg_dump insert with column names speedup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump insert with column names speedup
Дата
Msg-id 45954.1380900537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump insert with column names speedup  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: pg_dump insert with column names speedup  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Here's a small patch which greatly increases the speed of
> pg_dump --column-inserts.

The reason why no one's paid any attention to the speed of that code path
is that if you care about dump/restore speed, you should be using the COPY
code paths instead.  Is it really worth adding code and complexity to
pg_dump for this?
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] bgworker doc typo fixes
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_dump insert with column names speedup