Re: Effect of large text field data on queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Effect of large text field data on queries
Дата
Msg-id 25122.1161895290@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Effect of large text field data on queries  (Glen Parker <glenebob@nwlink.com>)
Ответы Re: Effect of large text field data on queries  (Glen Parker <glenebob@nwlink.com>)
Список pgsql-general
Glen Parker <glenebob@nwlink.com> writes:
> How much of a TOAST'd field is actually stored in the main heap table?
> Is there a way to configure that amount?

A pushed-out-of-line value is replaced by a 20-byte pointer structure.
There's no such thing as partially out-of-line.  See
http://www.postgresql.org/docs/8.1/static/storage-toast.html

            regards, tom lane

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

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: Effect of large text field data on queries
Следующее
От: km
Дата:
Сообщение: schema 8.1.5