Re: UPDATE slow - Mailing list pgsql-general

From Stephan Szabo
Subject Re: UPDATE slow
Date
Msg-id 20030204150858.O11063-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: UPDATE slow  (John Smith <john_smith_45678@yahoo.com>)
Responses Re: UPDATE slow  (John Smith <john_smith_45678@yahoo.com>)
List pgsql-general
On Tue, 4 Feb 2003, John Smith wrote:

> Think that makes sense ;). However, I just dropped all the foreign key
> constraints on stats and there wasn't any speed increase in the query.
> I've also tried dropping the index on clicks (no speed-up there
> either).

Can you duplicate it with a new table?

Something like:

create table foo as select * from stats;
update foo set clicks=3344;



pgsql-general by date:

Previous
From: Tilo Schwarz
Date:
Subject: Re: Q: explain on delete
Next
From: Tom Lane
Date:
Subject: Re: Rules with "Where" Referencing Other Tables