Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Memcached Performance is too slow #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.While retrieving single data from the group of data , memcached takes a long 
time, Why?

What is the expected output? What do you see instead?
     searched result should retrieve with in a second. 

What version of the product are you using? On what operating system?
     memcached - 1.2.4, and the operating system is Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by mohanraj...@gmail.com on 29 Mar 2011 at 6:55

GoogleCodeExporter commented 9 years ago
This bug report does not have enough information for us to really understand 
what is the problem you are seeing. It appears that you are experiencing gets 
that are taking over a second.Are all get operations taking over a second? Or 
just some of them? What kind of load are you running? What client are you 
using? What version of libevent was installed on the machine? What steps have 
you taken to ensure that this is latency is due to memcached and not other 
external factors? In general, Memcached is a fairly responsive server and even 
older versions should respond to get requests  well under a second. So my 
initial guess would be that something else is at fault here.

Also, you say that you are running 1.2.4 on Windows XP?  I dont believe the 
official 1.2.4 built on Windows. Perhaps you were using 
http://www.splinedancer.com/memcached-win32/ ? In which case, you should 
probably address your concerns the folks who support that port.

Original comment by eric.d.l...@gmail.com on 29 Mar 2011 at 10:41