Re: Per tuple overhead, cmin, cmax, OID

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: Per tuple overhead, cmin, cmax, OID
Дата
Msg-id cv8keug26puo9gil03hci8peesct2d6v4o@4ax.com
обсуждение исходный текст
Ответ на Re: Per tuple overhead, cmin, cmax  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Per tuple overhead, cmin, cmax, OID  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 02 May 2002 21:10:40 -0400, Tom Lane <tgl@sss.pgh.pa.us>
wrote:
>Manfred Koizar <mkoi-pg@aon.at> writes:
>> Is saving 4 bytes per tuple a "darn good reason"?
>
>[...] Now if
>we could get rid of 8 bytes in the header, I'd get excited ;-)

Tom,

what about WITHOUT OIDS?  I know dropping the OID from some tables and
keeping it for others is not trivial, because t_oid is the _first_
field of HeapTupleHeaderData.  I'm vaguely considering a few possible
implementations and will invest more work in a detailed proposal, if
it's wanted.

ServusManfred


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: More schema queries
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Future plans