The problem is that sharded counters take too long. I'm still profiling, but i'm getting quota warnings on even the memcached sharded counter implementation suggested in one of the Google I/O briefings. Updating the sharded counters takes 3.5 seconds in my application. My problem is that i'm not sure if this is a performance problem for appengine or a bug in my code.
I'm going to have to consider an alternate implementation. I'll post details as soon as I come up with something that works.

No comments:
Post a Comment