Welcome Guest, Not a member yet? Register   Sign In
Caching Models with Memcached?
#11

[eluser]dmorin[/eluser]
I understand where you're coming from, but I have a few questions. In your example above (unless I'm reading it wrong), a write query would just be passed to the database to do its work but it wouldn't invalidate the select query that's already cached.

For example, let's say I run your select query and get all rows where id is greater than 0. The query result is cached and I can use it again next time. Now, I insert 100 rows, update 20, and delete 5. Because the write queries don't invalidate that select query, running the select query again will get the original results from memcached which are now invalid and out of date. You might say that you can simply invalidate this one query from each of the write queries, but when you have more than one select query that could have potentially cached a row, especially when you start talking about joins, it gets even more complex.


Messages In This Thread
Caching Models with Memcached? - by El Forum - 12-15-2008, 10:42 AM
Caching Models with Memcached? - by El Forum - 12-15-2008, 11:33 AM
Caching Models with Memcached? - by El Forum - 12-15-2008, 11:40 AM
Caching Models with Memcached? - by El Forum - 12-15-2008, 03:09 PM
Caching Models with Memcached? - by El Forum - 12-15-2008, 03:18 PM
Caching Models with Memcached? - by El Forum - 12-20-2008, 10:35 PM
Caching Models with Memcached? - by El Forum - 12-21-2008, 04:15 PM
Caching Models with Memcached? - by El Forum - 01-13-2009, 09:18 PM
Caching Models with Memcached? - by El Forum - 01-13-2009, 09:24 PM
Caching Models with Memcached? - by El Forum - 01-13-2009, 09:59 PM
Caching Models with Memcached? - by El Forum - 01-14-2009, 08:38 AM
Caching Models with Memcached? - by El Forum - 01-14-2009, 08:54 AM
Caching Models with Memcached? - by El Forum - 01-14-2009, 09:13 AM
Caching Models with Memcached? - by El Forum - 01-14-2009, 09:45 PM
Caching Models with Memcached? - by El Forum - 01-15-2009, 08:51 AM
Caching Models with Memcached? - by El Forum - 01-16-2009, 05:53 AM
Caching Models with Memcached? - by El Forum - 01-16-2009, 08:44 AM
Caching Models with Memcached? - by El Forum - 01-24-2009, 10:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB