Re: BLOB HOWTO??

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: BLOB HOWTO??
Дата
Msg-id 200101291810.NAA03883@jupiter.greatbridge.com
обсуждение исходный текст
Ответ на Re: BLOB HOWTO??  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> > Hi Bruce,
> >
> > Any idea when it's due for??
>
> When?  Probably not until 7.2, which is a pain.
   We cannot use TOAST as is for BLOB/CLOB storage with a binary   IO interface over fastpath.
   The reason is that you cannot force a column to be moved  off   anyway  and  that  the  toast reference contains the
original  objects size.  Thus, opening a BLOB for writing would require   the  reference  in  the  main  tuple to get
updatedand maybe   moving off the data first.
 
   My plans for 7.2 are to use the toast table for storage,  but   to build new data types with support hooks in the
toasterfor   it.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Security hole in PL/pgSQL
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: BLOB HOWTO??