Re: Percent of update completed
От
Colin McGuigan
Тема
Re: Percent of update completed
Дата
Msg-id
4207B738.9040501@earthcomber.com
Ответ на
Re: Percent of update completed (Tom Lane)
Список
Дерево обсуждения
Percent of update completed Colin McGuigan <cmcguigan@earthcomber.com>
Re: Percent of update completed Tom Lane <tgl@sss.pgh.pa.us>
Re: Percent of update completed Colin McGuigan <cmcguigan@earthcomber.com>
Tom Lane wrote: > Not directly, but if you use the contrib/pgstattuple module you can get > readings on the numbers of committed and uncommitted tuples in the > table. The rate at which the uncommitted-tuples count increases would > tell you how fast the update is proceeding. (You should probably not > assume that you started with zero uncommitted tuples, unless you know > you'd vacuumed the table just beforehand.) Thanks, Tom. I've run it, and I see the dead_tuple_count, but I don't see an uncommitted count. The dead_tuple_count seems to oscillate, too -- it increases slowly, but sometimes decreases immediately after. Is that normal? I don't see an uncommitted tuples count, though. --Colin McGuigan
В списке pgsql-novice по дате отправления