Re: Query results caching?

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: Query results caching?
Дата
Msg-id 430DECB9.3080003@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: Query results caching?  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
Dann Corbit wrote:
>
> If I have a 4 million row table, with long rows and big varchar columns
> and I run a query on a column like this:
>
>     SELECT * FROM inventory WHERE product LIKE '%Table%'
>
> It isn't going to be fast on any system with any database.

Hypothetically it seems one could theoretically use some sort
of GIST index not unlike the contrib/trigram stuff to speed
up like clauses like that.   If so, I wonder if down the road
that could be a nice competitive advantage over systems with
less flexible index systems.  Is that a possible TODO?

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: SOCKET Conection on Windwos 2003 vs PostgreSQL 8.0.1
Следующее
От: Bill Moseley
Дата:
Сообщение: Re: Help with a subselect inside a view