Re: insert vs select into performance

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: insert vs select into performance
Date: 2007-07-23 11:51:50
Message-ID: 20070723115147.GJ12481@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jul 18, 2007 at 09:13:14PM +0200, Thomas Finneid wrote:
>Michael Stone wrote:
>>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.

I could have sworn that at least one of the examples you gave didn't
have any select. Doesn't really matter.

Mike Stone

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2007-07-23 14:11:41 Re: User concurrency thresholding: where do I look?
Previous Message Simon Riggs 2007-07-23 08:51:08 Re: User concurrency thresholding: where do I look?