Re: Compressed Backup too big

Поиск
Список
Период
Сортировка
От Shane Ambler
Тема Re: Compressed Backup too big
Дата
Msg-id 47407C8B.80608@Sheeky.Biz
обсуждение исходный текст
Ответ на Compressed Backup too big  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
Andrus wrote:

> 2. How to determine what data is containing in  pg_toast_22185  ?
> Why this is so big ?
>

That will be determined by the columns you define and the data you insert.

Read http://www.postgresql.org/docs/8.2/interactive/storage-toast.html
to get an explanation of TOAST and how you can change the settings if
you wish.


This is most likely the reason for your "lack of compression" - the data
in the toast tables is most likely already compressed data so will be
close to a 1-1 export size.




--

Shane Ambler
pgSQL@Sheeky.Biz

Get Sheeky @ http://Sheeky.Biz

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: Primary Key
Следующее
От: Tom Lane
Дата:
Сообщение: Re: regexp_replace() function in new version