How many keys are too many in memcached?

Posted by jack on Stack Overflow See other posts from Stack Overflow or by jack
Published on 2010-03-19T03:06:24Z Indexed on 2010/03/19 3:11 UTC
Read the original article Hit count: 178

Filed under:

I currently have about 650,000 items in memcached (430MB memory used) and the number is still increasing. It's expected to exceed 1,000,000 items before going flat. Current hit/miss ratio is 25:1 so the efficiency is pretty good. I just wanted to ask is one million items in memcached on single server too many? If no, how many is too many?

© Stack Overflow or respective owner

Related posts about memcached