最新文章列表

转:虚拟化管理软件比较

虚拟化管理软件比较 最近笼统地学习和试用了几款比较有名的虚拟化管理软件。学习的内容包括Eucalyptus, OpenNebula, OpenStack, OpenQRM, XenServer, Oracle VM, CloudS ...
mzli 评论(0) 有1116人浏览 2011-07-05 00:23

impact of total region numbers?

这几天tune了hbase的几个参数,有些有意思的结果。具体看我下面的邮件吧。   For example, I have total some data and I can tune hbase.hregion.max.filesize to increase/decrease total region number, rite? I want t ...
standalone 评论(0) 有923人浏览 2011-01-19 16:31

细说HBase怎么完成一个Get操作 (server side)

上面有一篇记录了client边的过程,现在看看RegionSever这边怎么进行下去。 经过HBaseRPC后,调用传递到HRegionServer.get(byte[] regionName, Get get).     HRegion region = getRegion(regionName); return region.get(get, getLockFromId(get.get ...
standalone 评论(0) 有4308人浏览 2011-01-14 16:33

Hbase read performance with increasing number of client threads

  在跑ycsb的时候,发现在做heavy的get操作的时候,ycsb统计的latency很大,100个thread的时候就接近100ms,而从ganglia上看hbase的“get_avg_time"这个metric发现只有20~30左右。最终查看code,发现100个thread共享同一个连接,所有Call的请求数据都走这一个连接,所以在大量请求并发时会造成拥堵,latency变大。 ...
standalone 评论(0) 有1618人浏览 2010-10-12 23:19

当hbase的master无法停掉的时候……

some times you will find the master in a hbase cluster cannot be stopped, so check the following two items suggested by some guy in hbase user mail list. But I'm not sure it helps.   > If zookeep ...
standalone 评论(0) 有1448人浏览 2010-09-28 11:19

HDFS

Run hadoop fsck / will give you summary of current HDFS status including some useful information :  Minimally replicated blocks:   51224 (100.0 %)  Over-replicated blocks:        0 (0.0 %)  Under-repli ...
standalone 评论(0) 有1065人浏览 2010-01-27 09:26

DataCenter使用SSD Drive的好处

http://arstechnica.com/business/news/2009/10/latest-migrations-show-ssd-is-ready-for-some-datacenters.ars   1. save floor space. 2. cost saving in the long run: take power and cooling cost into coun ...
standalone 评论(0) 有1170人浏览 2009-10-29 14:27

EMC's Cloud Storage System

EMC this week took the wraps off its long-awaited cloud storage infrastructure solution, moving the vendor long known for proprietary hardware offerings into the market for commodity hardware. E ...
standalone 评论(0) 有1021人浏览 2009-07-29 13:24

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics