Re: Long Running Update

Поиск
Список
Период
Сортировка
От Harry Mantheakis
Тема Re: Long Running Update
Дата
Msg-id 4E04BB75.4070403@riskcontrollimited.com
обсуждение исходный текст
Ответ на Re: Long Running Update  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Long Running Update  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
Thank you so much for all the feedback, Kevin - much appreciated.

I have stopped the all-in-one-go update from executing, and now I am
executing a series of statements, each constrained to update no more
than 100,000 records at a time.

Interesting fact: updating 100,000 rows takes 5 seconds. Quick.

I tried updating 1 million rows in one go, and the statement was still
running after 25 minutes, before I killed it!

So I am now executing an SQL script with almost 800 separate
update-statements, each set to update 100K records, and the thing is
trundling along nicely. (I am fortunate enough to be surrounded by
MatLab users, one of whom generated the 800-statement file in one minute
flat!)

Many thanks again for all the info.

Kind regards

Harry Mantheakis
London, UK


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Cost of creating an emply WAL segment
Следующее
От: Harry Mantheakis
Дата:
Сообщение: Re: Long Running Update