Re: Column Sizes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Column Sizes
Дата
Msg-id 27881.1068744255@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Column Sizes  (Adam Ruth <aruth@intercation.com>)
Список pgsql-general
Adam Ruth <aruth@intercation.com> writes:
> ... It does seem that the large
> object functions do split the data into 2k chunks, but it would
> probably be a simple thing to check the source to determine if this is
> always true.  But it could always change in a future version.

My recollection is that the large object chunk size is defined as BLCKSZ/4,
so you'd get 2K with the default 8K block size, but it could also be
4K or 8K with the other likely choices for block size.

            regards, tom lane

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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: DOMAIN usability
Следующее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: Curious about exclusive table locks