Re: Vacuum Full - stops responding(?)
От
Kevin Grittner
Тема
Re: Vacuum Full - stops responding(?)
Дата
Msg-id
4ADC8C60020000250002BB43@gw.wicourts.gov
Ответ на
Vacuum Full - stops responding(?) (Krowa Krowax)
Список
Дерево обсуждения
Vacuum Full - stops responding(?) Krowa Krowax <krowa333@gmail.com>
Re: Vacuum Full - stops responding(?) Tom Lane <tgl@sss.pgh.pa.us>
Re: Vacuum Full - stops responding(?) Scott Marlowe <scott.marlowe@gmail.com>
Re: Vacuum Full - stops responding(?) Greg Stark <gsstark@mit.edu>
Re: Vacuum Full - stops responding(?) Tom Lane <tgl@sss.pgh.pa.us>
Re: Vacuum Full - stops responding(?) Greg Stark <gsstark@mit.edu>
Re: Vacuum Full - stops responding(?) Alvaro Herrera <alvherre@commandprompt.com>
Re: Vacuum Full - stops responding(?) Scott Marlowe <scott.marlowe@gmail.com>
Re: Vacuum Full - stops responding(?) "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Krowa Krowax wrote: > Why vacuum full stops responding? :( If you give it enough time (which is hard to predict and possibly more time than you want to allow), it will probably finish, eventually. It is, however, almost never needed or desirable to use VACUUM FULL. I recommend you just use VACUUM ANALYZE (possibly with VERBOSE). If the table is bloated enough to warrant trying to reclaim space, do you have room for an extra copy of it? If so, try using CLUSTER, followed by VACUUM ANALYZE, instead of VACUUM FULL. -Kevin
В списке pgsql-admin по дате отправления