And how well does the Memcache scale? Is a sharded Memcache needed to prevent a performance bottleneck when the load increases? Is it similar to a sharded counter for datastore records: When the load is low then using a single counter for datastore records works fine, but when the load increases then the single counter becomes a bottleneck when it is being hit by many simultaneous requests.
Or is the Memcache already sharded behind the scene, or in some other way already made to scale well? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
