i know here is not mysql, but just a number to compare...
in mysql query cache, time expend from last package received to query cache
hit, is about 7us (no network time here, just find query in query cache)
with 1018 queries in cache (small)
the 'key' is about 200bytes of query + (+- 20bytes of flags) near to 256
bytes of key value inside 'hash' memory

inside same machine it's near to 15us from send (mysql_query) to first
receive package (local unix socket)
over network near to 0.1ms

maybe memcache is something near this, maybe less maybe more, must
benchmark, the point here is network latency, tcp/ip timeouts and others
time related tunes

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to