Large Object table data file does not have expected size

Поиск
Список
Период
Сортировка
От u15074
Тема Large Object table data file does not have expected size
Дата
Msg-id 1056701314.3efbfb822511c@webmail.hs-harz.de
обсуждение исходный текст
Ответы Re: Large Object table data file does not have expected size  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
I am a little bit confused by the following effect.
For test reasons I insert about 100000 large objects into the database. Each has
a size of 10240 Bytes (10K). So the expected size of the large object datafile
should be at least 1024000000 Bytes (about 976MB) just to hold the large objects.
But the according data file is much smaller than that. If I query the large
objetcs from psql all data seems to be there (i just randomly picked out some
large objects). I first thought there was a bug in my test program (not all
large objetcs are inserted), but I couldn't find one. Also this was unlikely,
since I always insert the same binary data (for the large objetc) in a simple loop.

Has anyone an idea why the datafiles are much smaller than I expect them to be?

Thanks, Andreas.



-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Making pgsql error messages more developers' friendly.
Следующее
От: u15074
Дата:
Сообщение: Is it possible to change the wal file size?