I saw example http://code.google.com/appengine/articles/sharding_counters.html . the sharded counter use one entity group and store multiple counting records in few records in same Counter.class. Aren't there is limit of number of write can be done on same entity group? since this is only one entity group, will there be write contention when the incrementing the counter too fast?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
