Re: Reduce WAL logging of INSERT SELECT - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Reduce WAL logging of INSERT SELECT
Date
Msg-id CA+U5nMJ6K7AaV=42QB3YmhdSrq6_TzcU=o0kPKKzkumsWL7Ldw@mail.gmail.com
Whole thread Raw
In response to Re: Reduce WAL logging of INSERT SELECT  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Reduce WAL logging of INSERT SELECT
List pgsql-hackers
On Thu, Aug 4, 2011 at 10:46 PM, Bruce Momjian <bruce@momjian.us> wrote:

> Right.  I brought up SELECT INTO because you could make the argument
> that INSERT ... SELECT is not a utility command like the other ones and
> therefore can't be done easily, but CREATE TABLE AS is internal SELECT
> INTO and implemented in execMain.c, which I think is where INSERT ...
> SELECT would also be implemented.

What you should be asking is whether the optimisation would be
effective for INSERT SELECT, or even test it.

My observation is that the optimisation is only effective for very
large loads that cause I/O. As RAM sizes get bigger, I'm inclined to
remove the optimisation and make it optional since it is ineffective
in many cases and negative benefit for smaller cases.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Reduce WAL logging of INSERT SELECT
Next
From: Florian Pflug
Date:
Subject: Re: PQescapeByteaConn - returns wrong string for PG9.1 Beta3