Re: [PATCHES] WAL bypass for CTAS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] WAL bypass for CTAS
Date
Msg-id 696.1117945043@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] WAL bypass for CTAS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I suppose no one would like adding an option to turn off locking during
> COPY, so the non-WAL logging would become the default?

When and if we add LOCK or some equivalent option to COPY, I'm sure
we'll change pg_dump to specify that option in its output.  But trying
to get that behavior by default for existing dumps seems to me to be
far more dangerous than it's worth.  Not every performance improvement
has to automatically apply to existing dumps...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: [PATCHES] Implementing RESET CONNECTION ...
Next
From: "John Hansen"
Date:
Subject: Re: [PATCHES] Unicode characters above 0x10000 #2