Re: VACUUM FULL doesn't reduce table size

Поиск
Список
Период
Сортировка
От pinker
Тема Re: VACUUM FULL doesn't reduce table size
Дата
Msg-id 1425917107408-5841137.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: VACUUM FULL doesn't reduce table size  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: VACUUM FULL doesn't reduce table size
Список pgsql-general
> So there are no longer any dead rows being left behind, right?
>
> Why are we still discussing this?  Do you have some other question?

There are no dead rows, but postgres still cannot reuse the space because of
3043947 nonremovable row versions ..

INFO:  vacuuming "my_table"
INFO:  "my_table": found 0 removable, 3043947 nonremovable row versions in
37580 pages
DETAIL:  0 dead row versions cannot be removed yet.
CPU 2.67s/1.59u sec elapsed 7.71 sec.
Query returned successfully with no result in 8319 ms.



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


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: VACUUM FULL doesn't reduce table size
Следующее
От: Bill Moran
Дата:
Сообщение: Re: VACUUM FULL doesn't reduce table size