Re: Caching of Queries

Поиск
Список
Период
Сортировка
От Jeff
Тема Re: Caching of Queries
Дата
Msg-id ABA05F02-10B2-11D9-99D5-000D9366F0C4@torgo.978.org
обсуждение исходный текст
Ответ на Re: Caching of Queries  (Mitch Pirtle <mitch.pirtle@gmail.com>)
Список pgsql-performance
[ discussion of server side result caching ]

and lets not forget PG's major fork it will throw into things:  MVCC
The results of query A may hold true for txn 1, but not txn 2 and so on
.
That would have to be taken into account as well and would greatly
complicate things.

It is always possible to do a "poor man"'s query cache with triggers..
which would just leave you with basically a materialized view.

--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: best statistic target for boolean columns
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: best statistic target for boolean columns