Large Objects

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Large Objects
Дата
Msg-id Pine.LNX.4.30.0109151631080.680-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Large Objects
Список pgsql-docs
Chapter 2, Programmer's Guide says:

| In Postgres, data values are stored in tuples and individual tuples
| cannot span data pages. Since the size of a data page is 8192 bytes, the
| upper limit on the size of a data value is relatively low. To support the
| storage of larger atomic values, Postgres provides a large object
| interface.

This is relatively untrue.  We need to come up with a better reason for
why the large object interface exists, if only because the above *used* to
be true.

Any ideas?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Do we have a section for HW optimisation yet?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Large Objects