Re: dbsize & pg_dump

Поиск
Список
Период
Сортировка
От mcelroy, tim
Тема Re: dbsize & pg_dump
Дата
Msg-id 0C4841B42F87D51195BD00B0D020F5CB044B2586@MORPHEUS
обсуждение исходный текст
Ответ на dbsize & pg_dump  ("mcelroy, tim" <tim.mcelroy@bostonstock.com>)
Список pgsql-admin

Please disregard this question.  I’m using pg_dump –F c which compresses the data a it backs it up.

 

Tim

 

 

-----Original Message-----
From: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org]On Behalf Of mcelroy, tim
Sent: Tuesday, April 25, 2006 4:40 PM
To: 'pgsql-admin@postgresql.org'
Subject: [ADMIN] dbsize & pg_dump

 

Good afternoon,

Probably an easy question but why are the file sizes differ so much between these two tools?

For example: 

A backup using pg_dump of our largest DB creates a file 384MB in size

Using the following SQL code utilizing dbsize I get the following:

FIX1=# SELECT D1.pg_size_pretty AS "FIX1_DB_SIZE"

FIX1-# FROM (SELECT pg_size_pretty(database_size('FIX1'))) D1;

 FIX1_DB_SIZE

--------------

 3832 MB

(1 row)

Is it safe to assume that pg_dump does a compression of the data?

Thanks

Tim

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

Предыдущее
От: Prasanth
Дата:
Сообщение: Invalid UTF8 & Large Objects
Следующее
От: "Jason Minion"
Дата:
Сообщение: Re: dbsize & pg_dump