Re: LIKE search and performance

Поиск
Список
Период
Сортировка
От PFC
Тема Re: LIKE search and performance
Дата
Msg-id op.tsv8aefscigqcu@apollo13
обсуждение исходный текст
Ответ на Re: LIKE search and performance  (Richard Huxton <dev@archonet.com>)
Ответы Re: LIKE search and performance
Список pgsql-performance
> None of which address the question of what plan PG should produce for:
> SELECT * FROM bigtable WHERE foo LIKE 's%'

    Ah, this one already uses the btree since the '%' is at the end.
    My point is that a search like this will yield too many results to be
useful to the user anyway, so optimizing its performance is a kind of red
herring.


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

Предыдущее
От: Arnau
Дата:
Сообщение: Re: How PostgreSQL handles multiple DDBB instances?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: LIKE search and performance