in reply to learning memcached
I think you benchmark is flawed. You say you have 20_000 random entries, but you only make 2723 queries.
Instead of benchmarking for 3 wallclock seconds (the default, -3), try benchmarking multiples of 20_000 iterations.
After that, I would pre-load entries into the cache, and benchmark retrieval only.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: learning memcached
by punkish (Priest) on May 21, 2011 at 02:51 UTC | |
by Anonymous Monk on May 21, 2011 at 03:04 UTC | |
by punkish (Priest) on May 21, 2011 at 03:10 UTC | |
by Anonymous Monk on May 21, 2011 at 03:18 UTC |