Re: TOAST usage setting

Поиск
Список
Период
Сортировка
Искать
От
Bruce Momjian
Тема
Re: TOAST usage setting
Дата
в 14:01:06
Msg-id
200705291700.l4TH0vf05481@momjian.us
Ответ на
Re: TOAST usage setting (Gregory Stark)
Список
Дерево обсуждения
Re: TOAST usage setting "Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>
Gregory Stark wrote:
> "Bruce Momjian"  writes:
> 
> > Gregory Stark wrote:
> >
> >> Is your database initialized with C locale? If so then length(text) is
> >> optimized to not have to detoast:
> >> 
> >> 	if (pg_database_encoding_max_length() == 1)
> >> 		PG_RETURN_INT32(toast_raw_datum_size(str) - VARHDRSZ);
> >
> > Wow, we optimized length().  OK, will run the test with
> > substring(t,1,1).
> 
> No, we did substring() too :)

Uh, I looked at text_substring(), and while there is an optimization to
do character counting for encoding length == 1, it is still accessing
the data.

--  Bruce Momjian            http://momjian.us EnterpriseDB                               http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
Сообщение: Re: TOAST usage setting
От: Gregory Stark
Дата:
Сообщение: Re: TOAST usage setting
FAQ