Re: update query taking too long - Mailing list pgsql-performance

From Tom Lane
Subject Re: update query taking too long
Date
Msg-id 21072.1183009270@sss.pgh.pa.us
Whole thread Raw
In response to update query taking too long  (Chris <dmagick@gmail.com>)
Responses Re: update query taking too long  (Chris <dmagick@gmail.com>)
List pgsql-performance
Chris <dmagick@gmail.com> writes:
> I'm trying to do an update of a reasonably large table and it's taking
> way too long so I'm trying to work out why and if I need to tweak any
> settings to speed it up.

Any foreign keys leading to or from that table?

3.5 million row updates are not exactly gonna be instantaneous anyway,
but only FK checks or really slow user-written triggers would make it
take upwards of an hour ...

            regards, tom lane

pgsql-performance by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: update query taking too long
Next
From: Chris
Date:
Subject: Re: update query taking too long