Re: Effect of large text field data on queries

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Re: Effect of large text field data on queries
Дата
Msg-id 45411B5A.9040905@nwlink.com
обсуждение исходный текст
Ответ на Re: Effect of large text field data on queries  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Effect of large text field data on queries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Glen Parker <glenebob@nwlink.com> writes:
>> Why would very large text values effect the speed of a seq scan that
>> does not actually evaluate those values?
>
> I'd actually suppose it's the smaller values (up to a few hundred bytes)
> that impact this the most.  Really wide fields would be pushed
> out-of-line.

Meaning that the portion of the text value stored in the companion TOAST
table would be ignored for this type of query, correct?  That's why I'm
concerned.

How much of a TOAST'd field is actually stored in the main heap table?
Is there a way to configure that amount?


-Glen

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

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