Re: pg_dump insert with column names speedup

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pg_dump insert with column names speedup
Дата
Msg-id CA+TgmoZUtmcjsnDuEMJSi3_WSW1T242turZixXmdtUp28H0xSg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump insert with column names speedup  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_dump insert with column names speedup  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On Fri, Oct 4, 2013 at 11:28 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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?

One possible reason to care about this is if you're trying to move
data to another database.  The INSERT format is more portable.

Also, this isn't really adding any net code or complexity AFAICS.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump insert with column names speedup
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pg_dump insert with column names speedup