caching query results
I would like to start using the memcached MySQL UDFs, but I am having trouble getting past the very simple tutorial cases.
How does one cache the results of a complicated query where the key of the results are not known in advance? Would you just use the text of the query as the key?
If so, how does one invalidate the cached results when there is no obvious binding between the query text and the tables involved in the query?
Also, can anyone comment on whether or not or how the memcached can be used for quereis that may return a very large result set.
Subject
Views
Written By
Posted
caching query results
7064
October 26, 2009 09:01AM
3757
December 21, 2009 09:13PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.