About Large object Storage

Поиск
Список
Период
Сортировка
От Kalai R
Тема About Large object Storage
Дата
Msg-id CAGxuanO26EyG7ez9iXBcVa0E6DAryMFMT7LtEumZYxmSAo2_PA@mail.gmail.com
обсуждение исходный текст
Ответы Re: About Large object Storage  (Rémi Cura <remi.cura@gmail.com>)
Re: About Large object Storage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello,

I am using postgresql 9.3 in Windows. I take data backup using pg_dump. The backup file size is 5 MB only. After that I insert 8 images using large object.

The total size of 8 images are 24 MB. After insert large object only, I take data backup using pg_dump. Now the backup file size becomes 246 MB. I really shocked. so I check database size using the following query

SELECT pg_size_pretty(pg_database_size('testdb'));

The return value is 710 MB.

What is the problem? How DB size increased extremely?

Thanks for your Suggestions.







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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Are there rules for add parameter in postgresql.conf?
Следующее
От: Rémi Cura
Дата:
Сообщение: Re: About Large object Storage