Re: pg_dump insert with column names speedup - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump insert with column names speedup
Date
Msg-id 45954.1380900537@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump insert with column names speedup  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: pg_dump insert with column names speedup  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] bgworker doc typo fixes
Next
From: Robert Haas
Date:
Subject: Re: pg_dump insert with column names speedup