TOAST suggestion...

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема TOAST suggestion...
Дата
Msg-id 388BFE98.E15320B5@bitmead.com
обсуждение исходный текст
Ответ на ORDBMS<->OID (Re: [HACKERS] Happy column dropping)  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
Can I make a suggestion for toast? I don't know how much this is thought
about yet, but it seems like it would be a good idea if large object
support be re-implemented in terms of TOAST (when it is available).
Because current
large objects suck so much.

Can I suggest that the TOAST system should be implemented to allow for
random access?
So for example, to retrieve a whole data member, of course it looks
normal...

SELECT xxx from yyy;

But to retrieve a particular chunk....

SELECT PORTION(xxx, 65535, 131071) from yyy; 

to retrieve the 2nd 64k chunk.

This could be useful for many sorts of apps.


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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: ORDBMS<->OID (Re: [HACKERS] Happy column dropping)
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: [HACKERS] Some notes on optimizer cost estimates