Re: Single table vacuum full different when vacuum full the whole

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: Single table vacuum full different when vacuum full the whole
Дата
Msg-id 41731330.9090105@bigfoot.com
обсуждение исходный текст
Ответ на Re: Single table vacuum full different when vacuum full the whole database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Tom Lane wrote:> Gaetano Mendola <mendola@bigfoot.com> writes:>>>it seems that a vacuum full on the whole DB is more
aggressive.>>>It is not.>> A much more plausible theory is that this is the result of concurrent> changes to the table.
It is clear from the "dead row versions" stats> that there were concurrent transactions ... 

That is the more updated/inserted table, and yes there were some concurrent
transaction but, is it plausible that 82 dead rows were responsible of grab
26000 index row:

INFO:  index "ua_user_data_exp_id_user_key" now contains 34438 row versions in 886 pages
DETAIL:  27488 index row versions were removed.

instead of:

INFO:  index "ua_user_data_exp_id_user_key" now contains 34519 row versions in 886 pages
DETAIL:  1362 index row versions were removed.





Regards
Gaetano Mendola



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Single table vacuum full different when vacuum full the whole database
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: set AUTOCOMMIT OFF in psqlrc not having affect