Re: Disk usage in postgresql 8.1.4

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Disk usage in postgresql 8.1.4
Дата
Msg-id 20060807012931.GA31473@winnie.fuhr.org
обсуждение исходный текст
Ответ на Disk usage in postgresql 8.1.4  (Geoff Parker <geoffparkernews@yahoo.ca>)
Список pgsql-admin
On Sun, Aug 06, 2006 at 04:42:47PM -0700, Geoff Parker wrote:
>  I've got a database with about 155GB of binary data, however
> when I run the unix utility df, it reports only 60GB of disk space
> is being used.   I've extracted random samples of data from the
> database, and it all appears correct, so I presume it's not corrupt.
> Can anyone tell me whether there's some sort of disk compression
> happening with large objects?

Large objects are stored in pg_largeobject as chunks of bytea data,
which can be compressed.

--
Michael Fuhr

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

Предыдущее
От: Amadeus Zilfinski
Дата:
Сообщение: Re: running PostGres without installing it
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: running PostGres without installing it