Re: Long Running Update

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Long Running Update
Дата
Msg-id BANLkTi=gt+LpTijBxtDp+k49fLFOFFZWQw@mail.gmail.com
обсуждение исходный текст
Ответ на Long Running Update  (Harry Mantheakis <harry.mantheakis@riskcontrollimited.com>)
Ответы Re: Long Running Update
Список pgsql-performance
On Thu, Jun 23, 2011 at 5:05 PM, Harry Mantheakis
<harry.mantheakis@riskcontrollimited.com> wrote:
> TOP, FREE and VMSTAT utilities indicate that only about half of the 6GB of
> memory is being used, so I have no reason to believe that the server is
> struggling.

You have a hinky idea of server load.

Mind you, there are lots of ways in which it could be struggling,
other than memory usage.
Like IO, CPU, lock contention...

In my experience, such huge updates struggle a lot with fsync and
random I/O when updating the indices.
It will be a lot faster if you can drop all indices (including the
PK), if you can.

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

Предыдущее
От: Harry Mantheakis
Дата:
Сообщение: Long Running Update
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Long Running Update