Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Consistent Hashing. Beautifully clear explanation of consistent hashing, a simple technique that allows you to add new caching servers to a cluster without re-hashing your keys and hence invalidating all of your caches.

Tagged , , ,

1 comment

  1. That article by Tom Kleinpeter inspired me to write Flexihash, a consistent hashing implementation for PHP, open source under the MIT licence. Just in case anybody else building scalable web apps is still using PHP ;)

    Paul Annesley - 10th May 2008 07:19 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site