Re: Most efficient way of modifying value

2010-11-04 Thread Jorge
Thanks, nooby! On Oct 26, 9:57 am, nooby arce.emi...@gmail.com wrote: Hi,   If I understand correctly you want to modify the value without having the client fetching the value first.   Obviously this means that whatever value was there in the first place is not important so 'replace'

Re: Most efficient way of modifying value

2010-11-04 Thread Jorge
Thanks, Dustin! On Oct 26, 4:17 pm, Dustin dsalli...@gmail.com wrote: On Oct 19, 10:16 am, Jorge boxe...@gmail.com wrote: My question is: what is the best way of modifying the value, as an in- memory list.     Just append the new value with some sort of separator. Can this be done on

Re: MemCached Evictions

2010-11-04 Thread Mikael Fridh
On Nov 4, 6:32 pm, rahul_kcle vishnudee...@gmail.com wrote: From last 2 weeks i am seeing evictions happening on our memcached boxes even though there is lot of memory left . Here are the stats from memcached STAT bytes_read 434627188758 STAT bytes_written 357821569260 STAT limit_maxbytes

Re: MemCached Evictions

2010-11-04 Thread Kate Wang
We are experiencing high reclaims instead of evictions. Could slab distribution shift cause that as well? If the slab distribution shifted could cause high eviction rate, what's the best way to fix it or avoid it? Thanks! On Thu, Nov 4, 2010 at 5:52 PM, Mikael Fridh fri...@gmail.com wrote: On

Re: MemCached Evictions

2010-11-04 Thread dormando
reclaims are good, evictions are bad On Thu, 4 Nov 2010, Kate Wang wrote: We are experiencing high reclaims instead of evictions. Could slab distribution shift cause that as well? If the slab distribution shifted could cause high eviction rate, what's the best way to fix it or avoid it?

Re: MemCached Evictions

2010-11-04 Thread vishnu
What is slab distribution? How can i resolve this issue? Thanks. On Thu, Nov 4, 2010 at 10:40 PM, dormando dorma...@rydia.net wrote: reclaims are good, evictions are bad On Thu, 4 Nov 2010, Kate Wang wrote: We are experiencing high reclaims instead of evictions. Could slab distribution