zoukankan      html  css  js  c++  java
  • Colossus: Successor to the Google File System (GFS)

    Colossus is the successor to the Google File System (GFS) as mentioned in the recent paper on Spanner on OSDI 2012. Colossus is also used by spanner to store its tablets. The information about Colossus is slim compared with GFS which is published in the paper on SOSP 2003. There is still some information about Colossus on the Web. Here, I list some of them.

     

    Storage Architecture and Challenges

    On Faculty Summit, July 29, 2010, by Andrew Fikes, Principal Engineer.

    The slides. Some interesting points:

     

    • Storage Software: Colossus
      • Next-generation cluster-level file system
      • Automatically sharded metadata layer
      • Data typically written using Reed-Solomon (1.5x)
      • Client-driven replication, encoding and replication
      • Metadata space has enabled availability analyses
    • Why Reed-Solomon?
      • Cost. Especially w/ cross cluster replication.
      • Field data and simulations show improved MTTF
      • More flexible cost vs. availability choices

    GFS: Evolution on Fast-forward

    An interview with Google’s Sean Quinlan by the Association for Computer Machinery (ACM).

    View the interview.

    Some important info:

    • “We also ended up doing what we call a “multi-cell” approach, which basically made it possible to put multiple GFS masters on top of a pool of chunkservers.”
    • “We also have something we called Name Spaces, which are just a very static way of partitioning a namespace that people can use to hide all of this from the actual application.” … “a namespace file describes”
    • “The distributed master certainly allows you to grow file counts, in line with the number of machines you’re willing to throw at it.” … “Our distributed master system that will provide for 1-MB files is essentially a whole new design. That way, we can aim for something on the order of 100 million files per master. You can also have hundreds of masters.”
    • BitTable “as one of the major adaptations made along the way to help keep GFS viable in the face of rapid and widespread change.”

    Google File System II: Dawn of the Multiplying Master Nodes Comments on GFS2 (colossus)

    by Cade Metz in San Francisco.

    The article and some excerpt.

  • 相关阅读:
    第32周二
    第32周一
    第31周日
    第31周六
    第31周五
    第31周四
    第31周三
    C++中this指针的使用方法.
    ArcPad 10 的安装部署
    UEditor用法
  • 原文地址:https://www.cnblogs.com/dhcn/p/7389645.html
Copyright © 2011-2022 走看看