Re: query plan with index having a btrim is different for strings of different length

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: query plan with index having a btrim is different for strings of different length
Дата
Msg-id 6449.1228939494@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: query plan with index having a btrim is different for strings of different length  (Richard Yen <dba@richyen.com>)
Список pgsql-performance
BTW, if your queries typically constrain both lastname and firstname,
it'd likely be worthwhile to make a 2-column index on
    lower(btrim(x_lastname)), lower(btrim(x_firstname))

            regards, tom lane

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Experience with HP Smart Array P400 and SATA drives?
Следующее
От: "David Wilson"
Дата:
Сообщение: Re: Experience with HP Smart Array P400 and SATA drives?