博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Colossus: Successor to the Google File System (GFS)
阅读量:6907 次
发布时间:2019-06-27

本文共 1964 字,大约阅读时间需要 6 分钟。

Colossus is the successor to the  File  (GFS) as mentioned in the recent  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 . 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.

. Some interesting points:

 

  • Storage : 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).

.

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.

 and .

转载地址:http://pdgdl.baihongyu.com/

你可能感兴趣的文章
.net你不行——是你的父亲把你封装的太死,还是你的子孙们太懒,未把你发扬光大。...
查看>>
【AIX】 snap 命令
查看>>
使用nginx lua实现网站统计中的数据收集
查看>>
xampp配置服务器(Windows与Linux)
查看>>
【Mysql 学习】LIMIT 的使用
查看>>
【软考教程】计算机系统知识
查看>>
Hello Jekyll!
查看>>
Anciroid的IPC机制-Binder概述
查看>>
Objective-C精选字符串处理方法
查看>>
[华为机试练习题]29.Arrange an Array to Form a Smallest Digit
查看>>
iOS调试奇巧淫技(一)
查看>>
如何用 React Native 创建一个iOS APP?
查看>>
gmond's XML introduction
查看>>
2015年最新手机号码正则表达式
查看>>
Android自定义Dialog简单实例
查看>>
android在xml文件中定义drawable数组、id数组等
查看>>
android 画虚线、实线,画圆角矩形,一半圆角
查看>>
Apache Storm 官方文档 —— 分布式 RPC
查看>>
如何杀死僵尸进程?
查看>>
使用wireshark学习网络协议
查看>>