Re: Updates are slow..

From: wsheldah(at)lexmark(dot)com
To: "Tom Burke" <lists(at)spamex(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Updates are slow..
Date: 2002-06-13 17:34:44
Message-ID: 200206131734.NAA22511@interlock2.lexmark.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

it might help to see the explain output of the update query, with and without
the indexes in question...

"Tom Burke" <lists%spamex(dot)com(at)interlock(dot)lexmark(dot)com> on 06/13/2002 11:47:12 AM

To: pgsql-general%postgresql(dot)org(at)interlock(dot)lexmark(dot)com
cc: (bcc: Wesley Sheldahl/Lex/Lexmark)
Subject: Re: [GENERAL] Updates are slow..

I didn't receive any response to my last post, but I've got a little
more info and have 2 questions.

I dropped the index on email.
I then populated a smallint field with random value from 0 - 2000
and created an in index on that field.

Now an update on fk_dept_id takes 7 minutes, as opposed to 2 minutes
without any additional indexes and 25 minutes with an index on email.

The index on the smallint has these stats:
NOTICE: Index emp_ix04: Pages 4959; Tuples 1230703: Deleted 597153.
CPU 1.05s/9.84u sec elapsed 29.49 sec.

Which is 1/3 of the pages that the index on email had.

My two questions:
1) Does the 25 minute update of 600K rows with an index on the
email column still seem out of line or is there not much we can do?
2) Do people think it's a good idea to get a PostgreSQL performance
tuning consultant to review our setup? If so, any recommendations
for who could help?

Many thanks in advance!

Tom Burke

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2002-06-13 18:00:00 Re: Updates are slow..
Previous Message Bruce Momjian 2002-06-13 17:13:29 Re: Contrib reindex script: