Skip to content
  • Joe's avatar
    hyperdb: simplify the stack · 067d6202
    Joe authored and lechuck's avatar lechuck committed
    
    
    Right now we don't need consistent hashing for the database as each blog is
    supposed to be local to the server it hosts it. So we're left with two datasets:
    the global one and the local one.
    
    The consistent hashing is still used to generate the blogs map for nginx, and
    the script has been modified accordingly.
    Finally, all r2db tools that weren't used anymore are being removed, and the one
    left (get-backends.php) will be converted in a future commit. Also, some tools in
    noblogscli should be accomodated accordingly.
    
    Signed-off-by: default avatarJoe <joe@incal.net>
    067d6202