Performance of update

Поиск
Список
Период
Сортировка
От sam
Тема Performance of update
Дата
Msg-id ed36ac6f-032f-400f-b814-c90738d9aeda@m34g2000hsc.googlegroups.com
обсуждение исходный текст
Ответы Re: Performance of update  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Re: Performance of update  (Volkan YAZICI <yazicivo@ttmail.com>)
Re: Performance of update  (Sam Mason <sam@samason.me.uk>)
Re: Performance of update  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список 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 по дате отправления:

Предыдущее
От: srdjan
Дата:
Сообщение: Re: RULES and QUALIFICATION for INSERT
Следующее
От: Tommy Gildseth
Дата:
Сообщение: Re: Performance of update