Performance of update - Mailing list pgsql-general

From sam
Subject Performance of update
Date
Msg-id ed36ac6f-032f-400f-b814-c90738d9aeda@m34g2000hsc.googlegroups.com
Whole thread Raw
Responses Re: Performance of update
Re: Performance of update
Re: Performance of update
Re: Performance of update
List pgsql-general
Hi
Iam trying to update a database table with approx 45000 rows. Iam not
updating all rows at a time. Iam updating 60 rows at a given time for
example. and this is happening in a FOR LOOP. A function that has the
update statements is called within the loop.

The updates take too long.....is postgres slow in doing updates on
large tables or is it because of the function call within the loop???

Thanks
Sam

pgsql-general by date:

Previous
From: srdjan
Date:
Subject: Re: RULES and QUALIFICATION for INSERT
Next
From: Tommy Gildseth
Date:
Subject: Re: Performance of update