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

Поиск
Список
Период
Сортировка
От Jean-Max Reymond
Тема Re: VACUUM FULL does not works.......
Дата
Msg-id 4b09a0c0612060913j6ebcaf79k4e4372a7794a02c9@mail.gmail.com
обсуждение исходный текст
Ответ на VACUUM FULL does not works.......  (asif ali <asif_icrossing@yahoo.com>)
Ответы Re: VACUUM FULL does not works.......
Список pgsql-performance
2006/12/6, asif ali <asif_icrossing@yahoo.com>:
> Hi,
>  I have a "product" table having 350 records. It takes approx 1.8 seconds to
> get all records from this table. I copies this table to a "product_temp"
> table and run the same query to select all records; and it took 10ms(much
> faster).
>  I did "VACUUM FULL" on "product" table but It did not work.
>
>  I checked the file size of these two tables.
>  "product" table's file size is "32mb" and
>  "product_temp" table's file size is "72k".
>
>  So, it seems that "VACUUM FULL" is not doing anything.
>  Please suggest.

try VACUUM FULL VERBOSE and report the result.

--
Jean-Max Reymond
CKR Solutions Open Source
Nice France
http://www.ckr-solutions.com

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

Предыдущее
От: asif ali
Дата:
Сообщение: VACUUM FULL does not works.......
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: VACUUM FULL does not works.......