Search Postgresql Archives

Re: pg_dump issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



DM a écrit :
> Hi All,
> 
> I have a database with only one schema with 5 tables 
> 
> nspname |       relname           |  size
>      ---------+---------------------+---------
>      sch     | job1                      | 211 MB
>      sch     | job2                      | 5611 MB
>      sch     | job3                      | 6584 kB
>      sch     | job4                      | 89 MB
>      sch     | job5                      | 39 MB
> 
> Total sum of sizes of the table is less than 6 GB.
> 
> When I do a pg_dump of this database it is 20GB (I also did a pg_dump of
> only schema data and the size was still the same). I am using postgres
> 8.4.1 version.
> 
> Could any one explain why the pg_dump size of the file is 3 times the
> size of the tables?

Because it doesn't only contains the fields values but also the full
set of commands to restore (remake) it identical (and it's text).
Also, if you use UTF-8, some chars take more than one byte per each.

-- 
Call on God, but row away from the rocks.
		-- Indian proverb

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux