Re: Waiting for Update

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: JGM <jgmischke(at)j-g-m(dot)de>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Waiting for Update
Date: 2002-07-10 15:27:10
Message-ID: 3D2C524E.24277DFC@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

JGM wrote:
>
> Could it be true??
>
> I've a table with < 46000 rows. And a little Update like
>
> UPDATE foo set xxx = 'X';
>
> needs about 15 seconds???
>
> What's wrong?

How long since you vacuumed that table? How big are the rows? Are there
triggers, constraints, anything fancy? How many indexes does foo have?

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2002-07-10 15:42:41 Re: pg_restore cannot restore index
Previous Message Jean-Luc Lachance 2002-07-10 15:22:09 Re: Error with DISTINCT and AS keywords