Re: Really slow UPDATE and DELETE - Mailing list pgsql-general

From Nicholas Piper
Subject Re: Really slow UPDATE and DELETE
Date
Msg-id 20010731234104.B18670@piamox7.haus
Whole thread Raw
In response to Re: Really slow UPDATE and DELETE  (Ryan Mahoney <ryan@paymentalliance.net>)
List pgsql-general
> >I'm going to turn up debugging in case that will allow me to see all
> >the work PG is putting into my title UPDATE.

I did this, and it turns out my fti trigger is doing work which
doesn't use recommended (string,id) index in the fti docs. I've added
one on just id and it all flies again !

Thanks for your help,

 Nick

--
Part 3 MEng Cybernetics; Reading, UK       http://www.nickpiper.co.uk/
Change PGP actions of mailer or fetch key see website   1024D/3ED8B27F
Choose life. Be Vegan :-) Please reduce needless cruelty + suffering !

pgsql-general by date:

Previous
From: Ryan Mahoney
Date:
Subject: Re: Really slow UPDATE and DELETE
Next
From: will trillich
Date:
Subject: Re: RULE vs TRIGGER