Re: slow update

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: slow update
Дата
Msg-id 24583.1129228445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на slow update  (Patrick Hatcher <PHatcher@macys.com>)
Ответы Re: slow update  (Patrick Hatcher <PHatcher@macys.com>)
Список pgsql-performance
Patrick Hatcher <PHatcher@macys.com> writes:
> Pg 7.4.5

> Trying to do a update of fields on 23M row database.
> Is it normal for this process to take 16hrs and still clocking?

Are there foreign keys pointing at the table being updated?  If so,
failure to index the referencing columns could create this sort of
performance problem.  Also, in 7.4 you'd better be sure the referencing
columns are the same datatype as the referenced column.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Patrick Hatcher
Дата:
Сообщение: slow update
Следующее
От: Patrick Hatcher
Дата:
Сообщение: Re: slow update