码迷,mamicode.com
首页 > 其他好文 > 详细

HDFS Architecture

时间:2016-11-10 18:54:36      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:imp   分享   mode   height   文件   hit   bottle   ges   mod   

Two kind of database architectures:

  • Master slave model

    High consistency

    Simpler design

    Single master node is not robust

  • Peer peer model

    Distributes read write load

    One node down won’t affect others

    Low consistency

HDFS使用的是Master slave model.

Master slave model 模型总览:

技术分享

读取文件的时候,Master并不会转移数据,这会导致bottleneck。master只会决定哪一个slave node读写,然后client直接与那个slave node 通信。

 

HDFS Architecture

标签:imp   分享   mode   height   文件   hit   bottle   ges   mod   

原文地址:http://www.cnblogs.com/futurehau/p/6051823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!