Hi,

I work for an internet provider with ~ 25M clients. We're evaluating
using memcached for holding these client's last access date. The point
is that we use an id which varies very little in size.

By what I've read, memcached separates it's data into slabs, one for
each key size, and we can only configure the initial slab size and
it's grow factor.

By setting these parameters, I've achieved to put 1M entries. But
that's far from being enough for us. Is there some way to configure it
further, or to have the whole memory as just one slab? How will that
affect search speed?


Thanks in advance,
Acacio

Reply via email to