Re: Maintenance

Поиск
Список
Период
Сортировка
От vrms
Тема Re: Maintenance
Дата
Msg-id 2323019d-ba9b-4eba-86e8-84b030bdd94a@netcologne.de
обсуждение исходный текст
Ответ на Re: Maintenance  (Ron Johnson <ronljohnsonjr@gmail.com>)
Ответы Re: Maintenance  (Wasim Devale <wasimd60@gmail.com>)
Список pgsql-admin

On 5/8/24 3:10 PM, Ron Johnson wrote:

> Don't dead tuples have to be vacuumed away before the space can be reused?

I think that is correct. As per my understanding ...

VACUUM

   - removes dead tuples and makes the consumed space available for future data
   - does not free disk space
   - does not cause any locks

VACUUM FULL

   - removes dead tuples and frees actual disk space
   - causes locks on the table being VACUUMed

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: Maintenance
Следующее
От: Wasim Devale
Дата:
Сообщение: Re: Maintenance