Re: table size is not changed

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: table size is not changed
Дата
Msg-id dcc563d11002030148k6f0cb02fu190fc7d3cf6df163@mail.gmail.com
обсуждение исходный текст
Ответ на table size is not changed  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
On Wed, Feb 3, 2010 at 2:43 AM, AI Rumman <rummandba@gmail.com> wrote:
> I deleted 70000 rows from a table and then execute
> vacuum analyze <table>.
>
> But table size not yet changed.
>
> I am using Postgresql 8.1.
>
> Could anyone please tell me what the problem is?


http://www.postgresql.org/docs/8.1/static/maintenance.html#VACUUM-FOR-SPACE-RECOVERY

explains it pretty well.

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: table size is not changed
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Is it necessary to have index for child table in following case?