I'm working on an application that mostly reads data from the database and
occasionally writes data to the database. I'm considering implementing
Zend_Cache to cache database queries but was struggling with the question
how long the queries should be cached.

That's why I thought it may be best to store all select() queries in the
cache forever. Then whenever there's an update to a database table delete
the cached queries that belong to that table.

Would that be a good setup?
-- 
View this message in context: 
http://www.nabble.com/Zend_Cache-simple-practice-question-tp22352763p22352763.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to