Re: VACUUM FULL doesn't reduce table size

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: VACUUM FULL doesn't reduce table size
Дата
Msg-id 54FD9BA1.5050807@aklaver.com
обсуждение исходный текст
Ответ на Re: VACUUM FULL doesn't reduce table size  (pinker <pinker@onet.eu>)
Ответы Re: VACUUM FULL doesn't reduce table size
Список pgsql-general
On 03/09/2015 04:22 AM, pinker wrote:
> Yes I have. Environment I'm working on is production snapshot, so there is no
> active transactions that could block those blocks from being removed...
>

Well the below from your original post would say different:

VACUUM FULL VERBOSE output:

INFO:  vacuuming "my_table"
INFO:  "my_table": found 0 removable, 2989662 nonremovable row versions
in 36910 pages
DETAIL:  2989421 dead row versions cannot be removed yet.
CPU 1.10s/1.82u sec elapsed 9.46 sec.
Query returned successfully with no result in 9826 ms.


So some information is in order:

What version of Postgres are you using?

What do you mean by 'production snapshot' or more to the point how did
you get the snapshot?

What does select * from pg_stat_activity show?

>
>
>
>
> --
> View this message in context:
http://postgresql.nabble.com/VACUUM-FULL-doesn-t-reduce-table-size-tp5840782p5841085.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: John McKown
Дата:
Сообщение: Re: Creating composite keys from csv
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_conndefaults Returning empty string