Re: BLOB support

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BLOB support
Дата
Msg-id 1307111619-sup-2304@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: BLOB support  (Radosław Smogura <rsmogura@softperience.eu>)
Ответы Re: BLOB support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Radosław Smogura's message of jue jun 02 15:26:29 -0400 2011:

> So do I understand good should We think about create bettered TOAST to support 
> larger values then 30-bit length? I like this much more,

Good :-)

(BTW while it'd be good to have longer-than-30 bit length words for
varlena, I'm not sure we have room for that.)

> but without Objects ID quering relation with lobs will require to lock
> relation for some time,

Why?  The tuples are not going away due to MVCC anyway.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: reducing the overhead of frequent table locks - now, with WIP patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Domains versus polymorphic functions, redux