Re: cannot get stable function to use index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cannot get stable function to use index
Дата
Msg-id 12243.1451490788@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: cannot get stable function to use index  (Andy Colson <andy@squeakycode.net>)
Ответы Re: cannot get stable function to use index  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
Andy Colson <andy@squeakycode.net> writes:
> Here are my results, if there are any others you'd like to see please
> let me know.  Thanks Tom.

For comparison, could we see the results for the non-partial case, ie

explain analyze
select *
from search
where search_vec @@ to_tsquery('213 & E & 13 & ST & N');

            regards, tom lane


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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: cannot get stable function to use index
Следующее
От: Andy Colson
Дата:
Сообщение: Re: cannot get stable function to use index