caching query results

Поиск
Список
Период
Сортировка
От alex b.
Тема caching query results
Дата
Msg-id 3ECB8E7A.2060704@gmx.de
обсуждение исходный текст
Ответы Re: caching query results
Re: caching query results
Список pgsql-general
hello all


I've been wondering, if it was possible to cache the query results...

the reason I ask is because of a script I wrote recently... each request
takes up to 4 seconds... that ok, because its quite a bit of data... but
instead of always collecting the data again and again some kind of cache
wouldn't be all too bad.

assuming that all queries are always the same - except for the OFFSET..
- LIMIT stays the same.

cheers, alex


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

Предыдущее
От: "Johnson, Shaunn"
Дата:
Сообщение: DBI connection to multiple database
Следующее
От: Joseph Healy
Дата:
Сообщение: Re: TIMESTAMP SUBTRACTION