On Fri, Oct 14, 2011 at 9:13 PM, Cal Leeming [Simplicity Media Ltd] <[email protected]> wrote: > In the end, we monkey-patched the code so raw SQL statement was used to > generate a cache key, and we performed a lookup on that.
why SQL? it seems a memcached INCR would be faster and easier to distribute (if you have a different INCR for each object, it should naturally fall on different shards) -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
