Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The idea of presharding is exactly to avoid using consistent hashing. With memcached consistent hashing works as you are only interested in relocating the smallest amount of keys when adding nodes, you don't need to rehash, as memcached is a cache: eventually the new values will be created at the right position. With Redis the idea does not work well, you need to move things among instances. Instead with presharding this is not required.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: