Re: Caching of Queries - Mailing list pgsql-performance

From Jeff
Subject Re: Caching of Queries
Date
Msg-id ABA05F02-10B2-11D9-99D5-000D9366F0C4@torgo.978.org
Whole thread Raw
In response to Re: Caching of Queries  (Mitch Pirtle <mitch.pirtle@gmail.com>)
List 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 by date:

Previous
From: Gaetano Mendola
Date:
Subject: best statistic target for boolean columns
Next
From: Josh Berkus
Date:
Subject: Re: best statistic target for boolean columns