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

From Tim Uckun
Subject Re: Running update in chunks?
Date
Msg-id CAGuHJrNk7gMQMTJ-PQiXAwb6mXM+x7rRLkhnf7ONs2J7fQM=2g@mail.gmail.com
Whole thread Raw
In response to Re: Running update in chunks?  (patrick keshishian <pkeshish@gmail.com>)
Responses Re: Running update in chunks?
List pgsql-general
> 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.


pgsql-general by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Running update in chunks?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Running update in chunks?