Re: Running update in chunks? - Mailing list pgsql-general

From patrick keshishian
Subject Re: Running update in chunks?
Date
Msg-id CAN0yQBruwRuETXecK3JZRewXjyWNWr-r+KDD3F0aBK4xw40eVQ@mail.gmail.com
Whole thread Raw
In response to Re: Running update in chunks?  (Tim Uckun <timuckun@gmail.com>)
List pgsql-general
On Mon, Jan 21, 2013 at 1:48 PM, Tim Uckun <timuckun@gmail.com> wrote:
>> I'd be curious to see results of the same "update" on a standard HDD
>> vs the SSD, and maybe on a more typical database deployment hardware
>> vs a macbook air.
>>
>
>
> I haven't tried it on any other machine yet.  CREATE TEMP TABLE tt as
> SELECT ...  takes eight seconds so presumably the disk is not the
> choke point.

you are making an assumption that a fresh write is the same as a
re-write. try the test.

--patrick


pgsql-general by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Running update in chunks?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Case insensitive collation