Re: trigger TOASTing quicker?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trigger TOASTing quicker?
Дата
Msg-id 24281.1147444664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: trigger TOASTing quicker?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> I beleive you can set it to EXTERNAL, which it will always toast.

I don't think that will help; if the overall row size is below the
threshold, the code is not going to pick it apart to see if anything
is saying "toast me anyway!".  And it shouldn't do so IMHO; the overall
cost in cycles would be catastrophic, because most tables aren't going
to have such columns.

There was discussion just yesterday of making the TOAST thresholds
more configurable, but I didn't see anyone stepping up with a
concrete proposal (much less volunteering to create a patch).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Connecting to PostgreSQL on Linux with windows
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: GUI Interface