Hello,
I'm trying to understand how data is saved in memcached for items with size 
> 0.5M.
When I check the slabclass structure array, I see it only has values for 
classes up to .5 MB and another entry in place zero which looks like this:
(gdb) p slabclass[0]
*$87 = {size = 0, perslab = 0, slots = 0x0, sl_curr = 0, slabs = 386, 
slab_list = 0x7f15b4015ef0, list_size = 2048}*

when inserting a value which is very big (the key is 100 bytes, but the 
value is 800k) I see that the key goes to class 2 (which is 196 bytes) but 
I do not see where the value is stored. 

Can someone explain how this works for big values?

Thanks in advanced,
Bob.

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/dedecb91-b3d2-4a83-8253-0ad965cecd68n%40googlegroups.com.

Reply via email to