Re: strange table disk sizes - Mailing list pgsql-general

From Albe Laurenz
Subject Re: strange table disk sizes
Date
Msg-id D960CB61B694CF459DCFB4B0128514C206D6C962@exadv11.host.magwien.gv.at
Whole thread Raw
In response to strange table disk sizes  (Rik Bellens <rik.bellens@telin.ugent.be>)
List pgsql-general
Rik Bellens wrote:
> I have two large tables in a database, one containing original data
and
> the other one derived from the first table. The first table contains
> several columns and indexes, while the second table has less columns
and
> only one index. Both tables have the same number of rows.
Nevertheless,
> the second table is much larger in disk size than the first one. How
can
> this be explained?

Maybe the second table contains more empty space.

See
http://www.postgresql.org/docs/9.0/static/routine-vacuuming.html#VACUUM-
FOR-SPACE-RECOVERY

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: Re: md5 of table
Next
From: Tom Lane
Date:
Subject: Re: Memory leak somewhere at PQconnectdb?