Re: UPDATE slow

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: John Smith <john_smith_45678(at)yahoo(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: UPDATE slow
Date: 2003-02-04 23:10:07
Message-ID: 20030204150858.O11063-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-02-04 23:11:36 Re: UPDATE slow [Viruschecked]
Previous Message Tilo Schwarz 2003-02-04 23:09:33 Re: Q: explain on delete