CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统

文件名称:hypertable-0.9.2.7-alpha-src.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    17.92mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

hypertable-0.9.2.7-alpha-src.tar

Hypertable 是一个正在进行中的开源项目,以google的bigtable论文为基础指导,使用c++语言实现。目的是为了解决大并发,大数据量的数据库需求。目前只支持最基本的查询功能,对于事物,关联查询等都不支持。对单条查询的响应时间可能也不如传统数据库(要看数据量,量越大,对hypertable越有力)。好处是,可以处理大量并发请求,和管理大量数据。可扩缩性好,扩容只需要增加集群中的机器就ok了。任何节点失效,既不会造成系统瘫痪也不会丢失数据。在集群节点足够的情况下,并发量和数据量对性能基本没有影响。

-Hypertable stores data in a table, sorted by a primary key. There is no typing for data in the cells, all data is stored as uninterpreted byte strings. Scaling is achieved by breaking tables in contiguous ranges and splitting them up to different physical machines. There are two types of servers in a Hypertable cluster, Range Servers which hold a piece (or range) of the data and Master Servers which handle administrative tasks and oversee the Range Servers. A single physical machine can run both a Range Server and Master Server process. A single Range Server may hold many discontinuous ranges, the Master Server is responsible for farming them out in an intelligent way. If a single range fills up, the range is split in half and reallocated. The top half of the range remains and the lower half is reassined to a new Range Server by the master. The default maximum range size is 200MB. If an entire Range Server fills up, the Master migrates ranges from the filled server to less full ones. T
相关搜索: hypertable hypertable src

(系统自动生成,下载前可以参看下载内容)

下载文件列表

hypertable-0.9.2.7-alpha/
hypertable-0.9.2.7-alpha/.gitignore
hypertable-0.9.2.7-alpha/CHANGES
hypertable-0.9.2.7-alpha/CMakeLists.txt
hypertable-0.9.2.7-alpha/LICENSE.txt
hypertable-0.9.2.7-alpha/README.md
hypertable-0.9.2.7-alpha/bin/
hypertable-0.9.2.7-alpha/bin/clean-database.sh
hypertable-0.9.2.7-alpha/bin/fhsize.sh
hypertable-0.9.2.7-alpha/bin/ht-env.sh
hypertable-0.9.2.7-alpha/bin/ht.in
hypertable-0.9.2.7-alpha/bin/htbt.sh
hypertable-0.9.2.7-alpha/bin/jrun
hypertable-0.9.2.7-alpha/bin/ldd.sh
hypertable-0.9.2.7-alpha/bin/postinst.in
hypertable-0.9.2.7-alpha/bin/prerm.in
hypertable-0.9.2.7-alpha/bin/prerm.sh
hypertable-0.9.2.7-alpha/bin/random-wait.sh
hypertable-0.9.2.7-alpha/bin/soname.sh
hypertable-0.9.2.7-alpha/bin/src-utils/
hypertable-0.9.2.7-alpha/bin/src-utils/ccp
hypertable-0.9.2.7-alpha/bin/src-utils/fnr
hypertable-0.9.2.7-alpha/bin/src-utils/gpp
hypertable-0.9.2.7-alpha/bin/src-utils/htbuild
hypertable-0.9.2.7-alpha/bin/src-utils/htpkg
hypertable-0.9.2.7-alpha/bin/src-utils/srcgrep
hypertable-0.9.2.7-alpha/bin/src-utils/testdiff
hypertable-0.9.2.7-alpha/bin/src-utils/ver
hypertable-0.9.2.7-alpha/bin/start-all-servers.sh
hypertable-0.9.2.7-alpha/bin/start-dfsbroker.sh
hypertable-0.9.2.7-alpha/bin/start-hyperspace.sh
hypertable-0.9.2.7-alpha/bin/start-master.sh
hypertable-0.9.2.7-alpha/bin/start-rangeserver.sh
hypertable-0.9.2.7-alpha/bin/start-test-servers.sh
hypertable-0.9.2.7-alpha/bin/start-thriftbroker.sh
hypertable-0.9.2.7-alpha/bin/stop-servers.sh
hypertable-0.9.2.7-alpha/build.xml.in
hypertable-0.9.2.7-alpha/cmake/
hypertable-0.9.2.7-alpha/cmake/CheckBdb.cc
hypertable-0.9.2.7-alpha/cmake/CheckBoost.cc
hypertable-0.9.2.7-alpha/cmake/CheckTcmalloc.cc
hypertable-0.9.2.7-alpha/cmake/CommonUtil.cmake
hypertable-0.9.2.7-alpha/cmake/DocHelper.cmake
hypertable-0.9.2.7-alpha/cmake/FindAnt.cmake
hypertable-0.9.2.7-alpha/cmake/FindBerkeleyDB.cmake
hypertable-0.9.2.7-alpha/cmake/FindBoost.cmake
hypertable-0.9.2.7-alpha/cmake/FindCeph.cmake
hypertable-0.9.2.7-alpha/cmake/FindGoogleHash.cmake
hypertable-0.9.2.7-alpha/cmake/FindKfs.cmake
hypertable-0.9.2.7-alpha/cmake/FindLibEvent.cmake
hypertable-0.9.2.7-alpha/cmake/FindLog4cpp.cmake
hypertable-0.9.2.7-alpha/cmake/FindPHP5Thrift.cmake
hypertable-0.9.2.7-alpha/cmake/FindPerlThrift.cmake
hypertable-0.9.2.7-alpha/cmake/FindPythonThrift.cmake
hypertable-0.9.2.7-alpha/cmake/FindReadline.cmake
hypertable-0.9.2.7-alpha/cmake/FindRubyThrift.cmake
hypertable-0.9.2.7-alpha/cmake/FindSIGAR.cmake
hypertable-0.9.2.7-alpha/cmake/FindTcmalloc.cmake
hypertable-0.9.2.7-alpha/cmake/FindThrift.cmake
hypertable-0.9.2.7-alpha/cmake/HadoopHelper.cmake
hypertable-0.9.2.7-alpha/cmake/JavaHelper.cmake
hypertable-0.9.2.7-alpha/cmake/PackageHelper.cmake
hypertable-0.9.2.7-alpha/cmake/TestHelper.cmake
hypertable-0.9.2.7-alpha/cmake/VersionHelper.cmake
hypertable-0.9.2.7-alpha/conf/
hypertable-0.9.2.7-alpha/conf/Capfile.cluster
hypertable-0.9.2.7-alpha/conf/Capfile.localhost
hypertable-0.9.2.7-alpha/conf/METADATA.xml
hypertable-0.9.2.7-alpha/conf/hypertable.cfg
hypertable-0.9.2.7-alpha/contrib/
hypertable-0.9.2.7-alpha/contrib/CMakeLists.txt
hypertable-0.9.2.7-alpha/contrib/cc/
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/CMakeLists.txt
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableInputFormat.cc
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableInputFormat.h
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableInputFormat_DummyRecordReader.h
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableRangeMap.cc
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableRangeMap.h
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableReader.cc
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableReader.h
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/TableWriter.h
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/test/
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/test/mapredconf.xml
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/test/mapredjob.cc
hypertable-0.9.2.7-alpha/contrib/cc/MapReduce/test/rangeMapTest.cc
hypertable-0.9.2.7-alpha/contrib/cc/PythonBinding/
hypertable-0.9.2.7-alpha/contrib/cc/PythonBinding/CMakeLists.txt
hypertable-0.9.2.7-alpha/contrib/cc/PythonBinding/HypertableBindings.cc
hypertable-0.9.2.7-alpha/contrib/cc/PythonBinding/HypertableBindings.h
hypertable-0.9.2.7-alpha/contrib/cc/PythonBinding/test.py
hypertable-0.9.2.7-alpha/contrib/java/
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/org/
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/org/hypertable/
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/org/hypertable/mapreduce/
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/org/hypertable/mapreduce/TableInputFormat.java
hypertable-0.9.2.7-alpha/contrib/java/MapReduce/org/hypertable/mapreduce/TableSplit.java
hypertable-0.9.2.7-alpha/doc/
hypertable-0.9.2.7-alpha/doc/Doxyfile
hypertable-0.9.2.7-alpha/doc/PACKAGE.txt
hypertable-0.9.2.7-alpha/doc/README.md
hypertable-0.9.2.7-alpha/doc/bin/
hypertable-0.9.2.7-alpha/doc/bin/Markdown.pl
hypertable-0.9.2.7-alpha/doc/bin/make-doc-tree.sh
hypertable-0.9.2.7-alp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com