Large dataset in memory

2010-09-29 Thread parsa
Hey fellas, I have a large key-value map that I want to serve in a web service application. I want to keep a single instant of this map inside the memory (around 600mb footprint) and let every request that is made to the service use the very same object. I'm new to memcached and to be honest,

bytes_written growing fast but not cmd_set

2010-09-29 Thread Antoine
Hi, I have a memcached server in a production environment that is showing a strange behavior : bytes_written grows fast (~1.2Mo per second), but the number of cmd_set does not change! How is that possible? Thanks in advance. For the record, here's the result of a stats command: STAT pid

Re: bytes_written growing fast but not cmd_set

2010-09-29 Thread dormando
I have a memcached server in a production environment that is showing a strange behavior : bytes_written grows fast (~1.2Mo per second), but the number of cmd_set does not change! How is that possible? The bytes_* values refer to bytes written/read to the network. fetches/etc will tick