.hmmmm... checking the AppEngine status Latency figures...
I note that Datastore best Put latency is ~60ms but frequently over 80ms, which is what I see in my performance tests. However, the memcache latency is reported at ~5ms, which is definitely NOT what I see, I am experiencing almost three times that. On 6 Aug, 10:08, Martyn <[email protected]> wrote: > This is from a Google Code resource: > > "Memcache is a distributed RAM cache in which you can store transient > data using a key-value model. Writes to memcache never touch the disk > and are approximately 10 times faster in comparison to writes to the > datastore. Also, direct gets to memcache are approximately five times > faster than a get request to the datastore." > > I am not finding this, specifically, a batch write of 2 2K Blob > entities takes < 60ms > > Let's assume the worst case that a single Blob put would take 60ms > > A memcache put is taking around 13ms which is definitely not one tenth > the time. > A memcache get is also taking the same time. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
