网站大量收购独家精品文档,联系QQ:2885784924

Hypertable 文档架构.docx

  1. 1、本文档共14页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Architecture(/documentation/architecture/)架构Google ArchitectureGoolge的架构Hypertable is a massively scalable database modeled after Googles Bigtable database. Bigtable is part of a group of scalable computing technologies developed by Google which is depicted in the following diagram.Hypertable是取材于Google Bigtable的一个高度可伸缩的数据库。Bigtable是Google开发的一系列可伸缩计算技术中的一个,如下图所示。Google File System (GFS) - This is the lowest layer of the Google scalable computing stack. It is a filesystem much like any other and allows for the creation of files and directories. The primary innovation of the Google filesystem is that it is massively scalable and highly available. It achieves high availability by replicating file data across three physical machines which means that it can lose up to two of the machines holding replicas and the data is still available. Hadoop provides an open source implementation of the GFS called HDFS.Google File System(GFS)-这是Google可伸缩计算层次中最底层。它是一个文件系统,同其他文件系统很像,考虑了文件和目录的创建。GFS的创新在于它是高可伸缩和高可靠的。它的高可靠性通过文件数据复制到3台物理机器中来实现,这样,即使有2台复制的数据失效,数据仍然可用。Hadoop提供了GFS的一个开源实现,叫做HDFS。MapReduce - This is a parallel computation framework designed to efficiently process data in the GFS. It provides a way to run a large amount of data through a piece of code (map) in parallel by pushing the code out to the machines where the data resides. It also includes a final aggregation step (reduce) which provides a way to re-order the data based on any arbitrary field. Hadoop provides an open source implementation of MapReduce.MapReduce–这是一个平行计算架构,目的是高效地处理GFS中的数据。它将一段程序(map)放到存放数据的计算机上运行,从而提供了一种平行处理大容量数据的方法。它也包含最终的聚集步骤(reduce),这一步骤将各节点数据再次排序。Hadoop提供了一个MapReduce的开源实现。Bigtable - This is Googles scalable database. It provides a way to create massive tables of information indexed by a primary key. As of this writing, over 90% of Googles web services are built on top of Bigtable, including Search, Google Earth, Google Analytics, Google Maps, Gmail, Orkut, YouTube, and many more. Hypertable

文档评论(0)

187****5045 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档