Re: copying a large object?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: copying a large object?
Дата
Msg-id 21670.1003947320@sss.pgh.pa.us
обсуждение исходный текст
Ответ на copying a large object?  ("mario" <mweilguni@sime.com>)
Список pgsql-hackers
"mario" <mweilguni@sime.com> writes:
> And another question regarding large objects, as I see the objects are
> organized in units of 2048 bytes each. Can I somehow set this to a higher
> value like 8k or 32k (I use 32k pages).

Then you've already got larger units, because the code is

#define LOBLKSIZE        (BLCKSZ / 4)

I don't believe it'd be a good idea to try to make it larger than that,
though you're free to experiment...
        regards, tom lane


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