了解Hypertable
1.为什么要了解Hypertable, 因为全球最大的搜索引擎公司百度使用了Hypertable(http://www.baidu.com/s?wd=Hypertable),Hypertable类似于Google的bigtable,用来进行海量数据的处理。
你想想啊,全球最大的中文搜索引警,每天要处理海量的数据,能被百度用上的系统,其性能/高可用性/高并发性/高可扩展性一定不会太差,所以值得了解一下,如果以后项目中有需要,可以花时间深入研究。

2.Hypertable delivers maximum efficiency and superior performance over the competition which translates into major cost savings.
Hypertable提供最大的效率,在其转化为节约成本的主要竞争性能优越。
Hypertable delivers scalable database capacity at maximum performance to speed up your big data application and reduce your hardware footprint.
Hypertable提供最大的性能可扩展的数据库的能力,加快你的大数据应用和降低硬件的足迹。
Hypertable seamlessly overlays on top of Hadoop to provide supercharged scalable database infastructure for your big data application.
Hypertable的无缝覆盖在Hadoop之上为你的大数据应用提供超强的可扩展的数据库基础设施。
Google's Bigtable Design
A proven scalable design that powers hundreds of Google services
100% Open Source
All the benefits of open source with a strong and thriving community
High Performance
C++ implementation for optimum performance
Comprehensive Language Support
Java, Node.js, PHP, Python, Perl, Ruby, C++ and more ...
UpTime Support Subscription
24/7/365 support for your business critical big data application
Hypertable, Inc. provides world class commercial support for businesses running mission critical big data applications
Unparalleled access to Hypertable brain power by the employer of all core Hypertable developers
24/7/365 support packages starting at $1995
WHY CHOOSE HYPERTABLE?
SCALABILITY
Hypertable was designed for the express purpose of solving the scalability problem, a problem that is not handled well by a traditional RDBMS. While it is possible to design a distributed RDBMS system by breaking the dataset into shards, this solution requires an enormous amount of engineering effort and the resulting system will have inherent weaknesses because the core database engine was not designed for scalability. Hypertable is based on a design developed by Google to meet their scalability requirements and solves the scale problem better than any of the other NoSQL solutions out there.
http://www.hypertable.com/why_hypertable/
3.概要
作为Nosql领域的代表性系统,HBase在过去的2011年可谓是大红大紫,在百度,使用的并不是 HBase,而是其兄弟系统——Hypertable来进行海量数据的处理。HBase(http://www.baidu.com/s?wd=hbase)和Hypertable(http://www.baidu.com/s?wd=Hypertable)分别是BigTable(http://www.baidu.com/s?wd=bigtable)框架的两个开源实现,HBase主要使用Java语言开发,而Hypertable使用Boost C++,另外一些细节的设计理念也有所不同。本次演讲分享的主要内容将包括:Hypertable能够满足应用的哪些需求?实际应用中遇到的挑战有哪些,可靠性or性能?如何应对这些挑战?Hypertable和HBase有哪些异同?
http://www.infoq.com/cn/presentations/yd-hypertable-goes-realtime-baidu
4.简介
Hypertable是一个开源、高性能、可伸缩的数据库,它采用与Google的Bigtable相似的模型。
说明
在过去数年中,Google为在 PC集群 上运行的可伸缩计算基础设施设计建造了三个关键部分。第一个关键的基础设施是Google File System(GFS),这是一个高可用的文件系统,提供了一个全局的命名空间。它通过跨机器(和跨机架)的文件数据复制来达到高可用性,并因此免受传统 文件存储系统无法避免的许多失败的影响,比如电源、内存和网络端口等失败。第二个基础设施是名为Map-Reduce的计算框架,它与GFS紧密协作,帮助处理收集到的海量数据。第三个基础设施是Bigtable,它是传统数据库的替代。Bigtable让你可以通过一些主键来组织海量数据,并实现高效的查询。Hypertable是Bigtable的一个开源实现,并进行了一些改进。
http://baike.so.com/doc/1891291-2001128.html
延伸阅读:
http://www.baidu.com/s?wd=Hypertable
http://www.sogou.com/web?query=Hypertable
https://www.so.com/s?q=Hypertable
http://www.hypertable.org/
http://www.infoq.com/cn/presentations/yd-hypertable-goes-realtime-baidu
http://baike.so.com/doc/1891291-2001128.html
http://zhidao.baidu.com/question/1511274984971274900
https://github.com/baidu/tera/wiki
百度开源的BigTable实现:Tera - 分布式表格系统: http://www.open-open.com/lib/view/open1426078356763.html
了解Hypertable的更多相关文章
- HBase Cassandra Riak HyperTable
Cassandra HBase 一致性 Quorum NRW策略 通过Goss ...
- 非关系型数据库(NoSql)
最近了解了一点非关系型数据库,刚刚接触,觉得这是一个很好的方向,对于大数据 方面的处理,非关系型数据库能起到至关重要的地位.这里我主要是整理了一些前辈的经验,仅供参考. 关系型数据库的特点 1.关系型 ...
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- Index
我主要在研究.NET/C# 实现 PC IMERP 和 Android IMERP ,目的在解决企业通信中遇到的各类自动化问题 分布式缓存框架: Microsoft Velocity:微软自家分布 ...
- NoSQL 数据库分类
类型 部分代表 特点 列存储 Hbase Cassandra Hypertable 顾名思义,是按列存储数据的.最大的特点是方便存储结构化和半结构化数据,方便做数据压缩,对针对某一列或者某几列的查询有 ...
- 关系型数据库与NOSQL
本文转载自: http://www.cnblogs.com/chay1227/archive/2013/03/17/2964020.html(只作转载, 不代表本站和博主同意文中观点或证实文中信息) ...
- NOSQL数据模型和CAP原理
NOSQL数据模型和CAP原理 http://blog.sina.com.cn/s/blog_7800d9210100t33v.html 我本来一直觉得NoSQL其实很容易理解的,我本身也已经对NoS ...
- 1.NoSql简介
NoSQL,指的是非关系型的数据库.随着互联网web2.0网站的兴起,传统的关系数据库在应付web2.0网站,特别是超大规模和高并发的SNS类型的web2.0纯动态网站已经显得力不从心,暴露了很多难以 ...
- NoSQL数据库笔谈(转)
NoSQL数据库笔谈 databases , appdir , node , paper颜开 , v0.2 , 2010.2 序 思想篇 CAP 最终一致性 变体 BASE 其他 I/O的五分钟法则 ...
随机推荐
- 重装系统(Win)
有朋友问我,重装系统该怎样操作呢? 1. 硬盘重装 官网:http://www.heiyunwang.com/ ,点击下载软件:http://dlsw.baidu.com/sw-search-sp/s ...
- Python中ConfigParser模块应用
Python中ConfigParser模块应用 Python的ConfigParser模块定义了3个对INI文件进行操作的类 RawConfigParser.ConfigParser和SafeConf ...
- Html5培训之精髓
一.核心技术(可去各技术官网学习) 1.html5的六大核心技术:Html5,CSS3,JavaScript,WebSocket,PhoneGap,Node.js,它们覆盖了设备端,浏览器端和云端的开 ...
- MongoDB:分片(简介 & 自动分片 & 片键)
分片(增加服务器,水平扩展)是MongoDB的扩展方式,通过分片能过增加更多的机器来应对不断增加的负载和数据,还不影响应用. [简介] 分片(sharding)是指将数据拆分,将其分散存在不同的机器上 ...
- Objective C运行时(runtime)技术总结,好强大的runtime
前言: Objective C的runtime技术功能非常强大,能够在运行时获取并修改类的各种信息,包括获取方法列表.属性列表.变量列表,修改方法.属性,增加方法,属性等等,本文对相 ...
- 浏览器开发者工具Chrome Developer Tool
开发者工具Chrome Developer Tool https://developers.google.com/chrome-developer-tools/docs/profiles 一直被墙 ...
- Python——list切片
前文简单介绍了Python中的list和它常用的一些函数,知道list是一个有序的数据集合,那么我们如何获取list中的元素呢? Index: 与C语言中数组一样,list可以通过每个元素的index ...
- centos 7.xx 安装LAMP环境
一.安装Apache 1.安装yum -y install httpd2.开启apache服务systemctl start httpd.service3.设置apache服务开机启动systemct ...
- 搭建双系统后没有windows的引导程序
因为安装linux系统前没有安装引导程序,导致安装了linux系统后进入linux系统没有windows的引导程序,网上找了很多解决办法,也不能说是不好使,只是作为新手小白来说有点难以理解,最后无意中 ...
- powerdesigner 导入mysql数据库(步骤及注意点)
参考博客 PowerDesigner中导入MYSQL数据库结构的步骤 mysql ODBC 在64位下提示找不到odbc驱动问题 PowerDesigner逆向工程导入MYSQL数据库总结