Re: Database size

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Database size
Дата
Msg-id 4B4B6EC4.3070203@hogranch.com
обсуждение исходный текст
Ответ на Database size  ("Leonardo M." Ramé <l.rame@griensu.com>)
Список pgsql-general
Leonardo M. Ramé wrote:
> A customer of mine asked me to periodically delete old, unneeded records
> containing ByteA fields, because he think it will reduce the database
> size on disk. Is this true?. For example, in Firebird, the database size
> is not reduced until you do a Backup-Restore of the database.
>


the space occupied by deleted tuples will available for reuse after they
are vacuumed...  so it might not shrink the database but it will help
keep the database from growing.




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

Предыдущее
От: Vincenzo Romano
Дата:
Сообщение: Re: Composite types questions
Следующее
От: Francisco Reyes
Дата:
Сообщение: Re: how much left for restore?