Re: Database size with large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database size with large objects
Дата
Msg-id 29838.1194222413@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Database size with large objects  ("Michael Goldner" <MGoldner@agmednet.com>)
Ответы Re: Database size with large objects
Список pgsql-admin
"Michael Goldner" <MGoldner@agmednet.com> writes:
> I have a database with a single table that includes an oid reference to a
> large object.  After loading 100GB of large objects using lo_import(), I
> find that my total database size has grown by about 270GB.  What is the
> reason for the difference in space usage?

Try VACUUM VERBOSE on your table and also on pg_largeobject to get a
sense of where the space went.  I'm wondering whether you allowed for
indexes and for other data in your table.

            regards, tom lane

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

Предыдущее
От: "Michael Goldner"
Дата:
Сообщение: Database size with large objects
Следующее
От: Michael Goldner
Дата:
Сообщение: Re: Database size with large objects