Re: Compressed Backup too big

From: Shane Ambler <pgsql(at)Sheeky(dot)Biz>
To: Andrus <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compressed Backup too big
Date: 2007-11-18 17:55:23
Message-ID: 47407C8B.80608@Sheeky.Biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)Sheeky(dot)Biz

Get Sheeky @ http://Sheeky.Biz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-11-18 17:59:24 Re: regexp_replace() function in new version
Previous Message Sam Mason 2007-11-18 17:51:23 Re: Primary Key