Re: Zero dead tuples, when significant apparent bloat

Поиск
Список
Период
Сортировка
От bricklen
Тема Re: Zero dead tuples, when significant apparent bloat
Дата
Msg-id CAGrpgQ-m=HVB66fDynRWqKE5h4awPaJUT3srg3mQFG5LdWZgog@mail.gmail.com
обсуждение исходный текст
Ответ на Zero dead tuples, when significant apparent bloat  (John Melesky <john.melesky@rentrakmail.com>)
Ответы Re: Zero dead tuples, when significant apparent bloat
Список pgsql-general
On Tue, Dec 10, 2013 at 5:05 PM, John Melesky <john.melesky@rentrakmail.com> wrote:
It seems clear that there were dead tuples, since the table size shrank to an eighth of its previous size. Why did analyze not pick that up?
Am I missing something?
This is a very large database, so we want to introspect against live/dead tuple percentage to minimize the tables we run a VACUUM FULL against.


If you willing to install the pgstattuple[1] extension, what does the output say? Note, there is some overhead on larger tables (disk I/O primarily)

select * from pgstattuple('your table');

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

Предыдущее
От: John Melesky
Дата:
Сообщение: Zero dead tuples, when significant apparent bloat
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Zero dead tuples, when significant apparent bloat