发布Apache Hadoop 2.6.0——异构存储,长时间运行的服务与滚动升级支持
我很高兴地宣布,在Apache的Hadoop社区已经发布的Apache Hadoop的2.6.0:http://markmail.org/message/gv75qf3orlimn6kt!
特别是,我们很高兴在此版本中相关的三个主要片:异构存储在HDFS使用SSD和内存层,支持长时间运行在YARN服务和滚动升级,将升级您的集群软件,然后重新启动升级的节点而无需关闭群集或丢失正在进行的工作。YARN作为其架构中心,Hado...
分类:
Web程序 时间:
2014-12-08 12:28:20
阅读次数:
224
If you’re doing significant amount of writes to Innodb tables decent size ofinnodb_log_file_sizeis important for MySQL Performance. However setting it...
分类:
数据库 时间:
2014-12-08 07:05:37
阅读次数:
362
select *from ( select event_date, '2014-12-06' as active_date, channel_id, new_user_count as new_user_count, ...
分类:
数据库 时间:
2014-12-07 21:36:02
阅读次数:
220
Choosing a good InnoDB log file size is key to InnoDB write performance. This can be done by measuring the amount of writes in the redo logs. You can ...
分类:
数据库 时间:
2014-12-07 21:35:33
阅读次数:
274
#include
#include
#include
#include
using namespace std;
int tree[5001000],add[5001000];
int color[50];
int n,m;
void pushup(int pos)
{
tree[pos]=tree[pos<<1]|tree[pos<<1|1]; //更新父节点
}
void pushdown...
分类:
其他好文 时间:
2014-12-07 20:27:17
阅读次数:
170
《High Performance MySQL》真是本经典好书,从应用层到数据库到硬件平台,各种调优技巧、常见问题全都有所提及。数据库的各种概念技巧平时都有接触,像索引、分区、Sharding等等,但要想真正提高还是得如此系统学习一下。Chapter 1: MySQL Architecture and History1.1 Transaction Isolation Level事务隔离级别真是个老...
分类:
数据库 时间:
2014-12-06 20:23:42
阅读次数:
413
Designing for Performance译者署名: qiongju@gmail.com译者链接:http://admires.iteye.com/版本:Android 3.1 r1原文 http://developer.android.com/guide/practices/design/...
分类:
其他好文 时间:
2014-12-05 12:19:35
阅读次数:
164
nmon 是 Nigel's performance Monitor for Linux on POWER, x86, x86_64, Mainframe & now ARM (Raspberry Pi) 的缩写,意思是 Nigel(nmon 的作者是 Nigel Griffiths) 的 Linux 性能检测器。这一系统管理员、调谐器、基准测试工具将提供给你大量重要的性能信息。它可以有两种方式输...
分类:
系统相关 时间:
2014-12-04 18:02:30
阅读次数:
380
来自老外《Linux Performance Tools》pdf的部分记录。 ======== 分割线 ======== 理论: 检查资源:输入饱和度;工作单元利用率;输出错误日志。 问自己5次Why? 另一些方法:工作量描述;深度分析;事件追踪;基...
分类:
其他好文 时间:
2014-12-04 12:25:55
阅读次数:
172
http://android-developers.blogspot.com/2010/12/new-gingerbread-api-strictmode.html