Re: BLOB support

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: BLOB support
Дата
Msg-id m2tyc4jaom.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: BLOB support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BLOB support  (Radosław Smogura <rsmogura@softperience.eu>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Yes.  I think the appropriate problem statement is "provide streaming
> access to large field values, as an alternative to just fetching/storing
> the entire value at once".  I see no good reason to import the entire
> messy notion of LOBS/CLOBS.  (The fact that other databases have done it
> is not a good reason.)

Spent some time in the archive to confirm a certain “déjà vu”
impression.  Couldn't find it.  Had to manually search in closed commit
fests… but here we are, I think:
 https://commitfest.postgresql.org/action/patch_view?id=70
http://archives.postgresql.org/message-id/17891.1246301879@sss.pgh.pa.us
http://archives.postgresql.org/message-id/4A4BF87E.7010107@ak.jp.nec.com

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: reducing the overhead of frequent table locks - now, with WIP patch
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: patch: Allow \dd to show constraint comments