Re: VACUUM FULL does not works.......

Поиск
Список
Период
Сортировка
Искать
От
asif ali
Тема
Re: VACUUM FULL does not works.......
Дата
Msg-id
20061206215301.67204.qmail@web58407.mail.re3.yahoo.com
Ответ на
Список
Дерево обсуждения
VACUUM FULL does not works....... asif ali <asif_icrossing@yahoo.com>
Re: VACUUM FULL does not works....... Scott Marlowe <smarlowe@g2switchworks.com>
Re: VACUUM FULL does not works....... "Jean-Max Reymond" <jmreymond@gmail.com>
Re: VACUUM FULL does not works....... asif ali <asif_icrossing@yahoo.com>
Re: VACUUM FULL does not works....... Tom Lane <tgl@sss.pgh.pa.us>
Re: VACUUM FULL does not works....... asif ali <asif_icrossing@yahoo.com>
Re: VACUUM FULL does not works....... Scott Marlowe <smarlowe@g2switchworks.com>
Re: VACUUM FULL does not works....... asif ali <asif_icrossing@yahoo.com>
Re: VACUUM FULL does not works....... "Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>
Re: VACUUM FULL does not works....... "Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>
Thanks Everybody for helping me out.
I checked "pg_stat_activity"/pg_locks, but do not see any activity on the table.
How to find a old running transaction...
I saw this link, but it did not help..
http://archives.postgresql.org/pgsql-hackers/2005-02/msg00760.php

Thanks

asif ali
icrossing inc

Tom Lane <tgl@sss.pgh.pa.us> wrote:
asif ali writes:
> INFO: vacuuming "public.product_table"
> INFO: "product_table": found 0 removable, 139178 nonremovable row versions in 4305 pages
> DETAIL: 138859 dead row versions cannot be removed yet.

So Scott's guess was correct: you've got a whole lot of dead rows in
there that will eventually be removable, but not while there's still
an open transaction that might be able to "see" them. Find your open
transaction and get rid of it (pg_stat_activity might help).

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org


Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
В списке pgsql-performance по дате отправления
От: Brian Wipf
Дата:
Сообщение: Re: File Systems Compared
От: Scott Marlowe
Дата:
FAQ