Re: citext like searches using index

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: citext like searches using index
Дата
Msg-id F6D40F9D-1F61-4B5E-B8FE-9BD670700A62@kineticode.com
обсуждение исходный текст
Ответ на Re: citext like searches using index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: citext like searches using index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Apr 2, 2013, at 8:03 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

>> Are there any widely known non-built-in cases besides citext?
> 
> Well, indxpath.c knows about text LIKE and network subset operators,
> and it would be nice if it knew how to do the same type of optimization
> for range inclusion, ie btree_indexed_col <@ range_constant.  The latter
> doesn't seem implementable in the current infrastructure because ranges
> aren't all built-in types.  I agree that the citext case isn't too
> compelling in isolation, but surely the range case is interesting.

Is this knowledge encapsulated in a to-do?

David




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Spin Lock sleep resolution