Re: size of indexes and tables (more than 1GB)

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: size of indexes and tables (more than 1GB)
Дата
Msg-id 20050830130140.GE22545@wolff.to
обсуждение исходный текст
Ответ на Re: size of indexes and tables (more than 1GB)  (jose fuenmayor <jafn82@gmail.com>)
Ответы Re: size of indexes and tables (more than 1GB)  (jose fuenmayor <jafn82@gmail.com>)
Список pgsql-admin
On Tue, Aug 30, 2005 at 08:38:03 -0400,
  jose fuenmayor <jafn82@gmail.com> wrote:
> i am using postgreSql 8.0.3 i've try vacuum "vacuum full" the hole database
> but it takes too long, seems it will never be finished, i've tried "vacuum
> <table_name>" and the table remains nearly the same as isee i my PGDATA
> directory. is this normal? . is there something i can do ?

Have you tried VACUUM FULL on just that table?

It may be that your FSM setting isn't high enough to remove all of the
dead tuples with a normal vacuum.

How long did you wait when you tried to vacuum full the whole database?

Another option is to use the CLUSTER command on the big table. If that
table is mostly dead tuples, cluster may run faster than vacuum full.

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

Предыдущее
От: jose fuenmayor
Дата:
Сообщение: Re: size of indexes and tables (more than 1GB)
Следующее
От: KALODIKIS THODORIS
Дата:
Сообщение: Unsubscribe