Tag Archives: memcached

Memcached for small objects

Memcached quite often ends up as a store for very small objects (small key and some integer value), though it isn’t really designed to do this kind of work by default. Current memory management is based on slabs (200 of … Continue reading

Posted in mysql | Tagged , , , | 6 Comments

Replication will live!

Brian exposed some of his internal letters about death of replication (caused by memcached). Back when he wrote this, I responded back a bit too. Now as quite a few people really want to burry replication, let me point out … Continue reading

Posted in mysql | Tagged , | 1 Comment