Re: 8.2rc1: vacuum full fills up disk space

Поиск
Список
Период
Сортировка
От Thomas H.
Тема Re: 8.2rc1: vacuum full fills up disk space
Дата
Msg-id 0d6401c711ed$d7e92290$0201a8c0@iwing
обсуждение исходный текст
Ответ на 8.2rc1: vacuum full fills up disk space  ("Thomas H." <me@alternize.com>)
Ответы Re: 8.2rc1: vacuum full fills up disk space
Список pgsql-bugs
>> this somehow sounds buggy:
>
> vacuum full absolutely *will* bloat your index, if run on a
> heavily-modified table.  I do not think it will bloat pg_xlog by itself
> however; are you sure you don't have some other open transactions?

well yes, as the system is "live", users are browsing the website. but all
queries that try to access the table in question are stalled at the moment.
when querying server status i'm seeing lots of queries that are waiting for
access to the table.

would vacuum freeze be faster?

>> a) .. prevent total diskspace fillup. what happens if i send a cancel =
>> signal to the process?
>
> Killing it should not corrupt anything; if it does that IS a serious bug
> and will be met with a full alarm response...

after "a while" it eventually finished just in time before the hd was filled
up :-)

2006-11-27 07:18:04 [2096] LOG:  duration: 6093332.000 ms  statement: VACUUM
FULL VERBOSE ANALYZE forum.posts

thanks,
- thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.2rc1: vacuum full fills up disk space
Следующее
От: Kris Jurka
Дата:
Сообщение: multiple SRFs in SELECT clause.