Re: insert vs select into performance - Mailing list pgsql-performance

From Thomas Finneid
Subject Re: insert vs select into performance
Date
Msg-id 469E664A.2010205@ifi.uio.no
Whole thread Raw
In response to Re: insert vs select into performance  (Michael Stone <mstone+postgres@mathom.us>)
Responses Re: insert vs select into performance  (Michael Stone <mstone+postgres@mathom.us>)
List pgsql-performance

Michael Stone wrote:
> On Tue, Jul 17, 2007 at 11:01:15PM +0200, Thomas Finneid wrote:
>> Arjen van der Meijden wrote:
>>> Have you also tried the COPY-statement? Afaik select into is similar
>>> to what happens in there.
>>
>> No, because it only works on file to db or vice versa not table to table.
>
> I don't understand how the insert you described is table to table?

SELECT INTO is table to table, so is INSERT INTO SELECT FROM.

regards

thomas

pgsql-performance by date:

Previous
From: Thomas Finneid
Date:
Subject: Re: insert vs select into performance
Next
From: Thomas Finneid
Date:
Subject: Re: improvement suggestions for performance design