I've just been playing around with an application and trying to
determine whether to go with High Replication or Master/Slave and the
biggest issue I'm seeing at the moment is that MemCache is much, much
slower!

Is there a difference in MemCache for HR applications that I'm not
aware of?  Exactly the same MemCache operation with the same
serialized data is taking anywhere between 3-8 times slower on the HR
application.

>From an example hit:

Master/Slave:
@1ms memcache.Get real=3ms api=0ms
@5ms memcache.Get real=2ms api=0ms
@8ms memcache.Get real=3ms api=0ms
@35ms memcache.Set real=4ms api=0ms
@80ms memcache.Set real=4ms api=0ms
@84ms memcache.Set real=4ms api=0ms

High Replication:
@3ms memcache.Get real=28ms api=0ms
@32ms memcache.Get real=7ms api=0ms
@41ms memcache.Get real=11ms api=0ms
@175ms memcache.Set real=14ms api=0ms
@249ms memcache.Set real=28ms api=0ms
@278ms memcache.Set real=17ms api=0ms

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to