Re: Tuple storage overhead

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tuple storage overhead
Дата
Msg-id 8790.1271428452@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tuple storage overhead  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Richard Huxton <dev@archonet.com> writes:
> On 16/04/10 10:41, Peter Bex wrote:
>> Is there a way to reduce the per-tuple storage overhead?

> Short answer - no.

About the only thing you could really do is rethink the table layout.
If you can put more data per row, then the fractional overhead for
tuple headers naturally will be less.  Whether this results in a
convenient-to-use table is hard to guess without knowing your
application ...

            regards, tom lane

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Int64GetDatum
Следующее
От: Tom Lane
Дата:
Сообщение: Re: readline library not found