Re: Making strxfrm() blobs in indexes work

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Making strxfrm() blobs in indexes work
Дата
Msg-id CAM3SWZR_bi_YqsYNKO7Kh2OZW47K2mmGZoQFyV5fjJsKPOiMgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Making strxfrm() blobs in indexes work  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Thu, Jan 30, 2014 at 4:45 PM, Peter Geoghegan <pg@heroku.com> wrote:
> So we consider the
> appropriateness of a regular strcoll() or a strxfrm() in all contexts
> (in a generic and extensible manner, but that's essentially what we
> do). I'm not too discouraged by this restriction, because in practice
> it won't come up very often.

I meant: We consider the appropriateness of a strxfrm() + strcmp()
against the pre-strfxfrm()'d scanKey datum, when the optimization is
not in force, as against just a plain strcmp() when it is.


-- 
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Making strxfrm() blobs in indexes work
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Making strxfrm() blobs in indexes work