Re: Running update in chunks?
patrick keshishian <pkeshish@gmail.com>
From: patrick keshishian <pkeshish@gmail.com>
To: Tim Uckun <timuckun@gmail.com>
Cc: pgsql-general@postgresql.org
Date: 2013-01-21T22:07:53Z
Lists: 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