Extending varlena

Поиск
Список
Период
Сортировка
От David Fetter
Тема Extending varlena
Дата
Msg-id 20080818200856.GD7447@fetter.org
обсуждение исходный текст
Ответы Re: Extending varlena  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Extending varlena  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
Folks,

As the things stored in databases grow, we're going to start needing
to think about database objects that 4 bytes of size can't describe.
People are already storing video in lo and bytea fields.  To date, the
sizes of media files have never trended downward.

What would need to happen for the next jump up from where varlena is
now, to 8 bytes?  Would we want to use the bit-stuffing model that the
current varvarlena uses?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Overhauling GUCS
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Overhauling GUCS