Is it possible to use index on column for regexp match operator '~'?

Поиск
Список
Период
Сортировка
От Rural Hunter
Тема Is it possible to use index on column for regexp match operator '~'?
Дата
Msg-id 4EE8C94B.5000607@gmail.com
обсуждение исходный текст
Ответы Re: Is it possible to use index on column for regexp match operator '~'?
Список pgsql-performance
for example, the where condition is: where 'aaaa' ~ col1. I created a
normal index on col1 but seems it is not used.

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

Предыдущее
От: Jon Nelson
Дата:
Сообщение: Re: copy vs. C function
Следующее
От: voodooless
Дата:
Сообщение: Re: Partitions and joins lead to index lookups on all partitions