You find that the execution time of reports in your datawarehouse
application is significantly high. You suspect the lack of indexes to
be the reason for the degradation in performance. Which adviso...
分类:
数据库 时间:
2014-12-20 15:37:42
阅读次数:
254
DescriptionHere is a famous story in Chinese history."That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes t...
分类:
其他好文 时间:
2014-12-19 14:12:57
阅读次数:
366
本文将介绍Memcached的安装与使用
What is Memcached?
Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applica...
分类:
数据库 时间:
2014-12-19 10:08:40
阅读次数:
344
Hadoop的框架最核心的设计就是:HDFS和MapReduce。HDFS为海量的数据提供了存储,HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高吞吐量(high throughput)来访问应用程序的数据,适合那些有着超大数据集(large data set)的应用程序。HDFS放宽了(relax)POSIX的要求,可以以流的形式访问(streaming access)文件系统中的数据,则MapReduce为海量的数据提供了计算。Hadoop 容易开发和运行处理大...
分类:
其他好文 时间:
2014-12-19 10:07:54
阅读次数:
307
2012年8月,爱立信公司推出了首款H.265[1] 编解码器,而在仅仅六个月之后,国际电联(ITU)就正式批准通过了HEVC/H.265标准,标准全称为高效视频编码(High Efficiency Video Coding),相较于之前的H.264标准有了相当大的改善,中国华为公司拥有最多的核心专利,是该标准的主导者。国内拥有领先音视频开发技术的AnyChat解决方案,目前采用的是H.264视频编解码技术,相信不久会紧跟趋势采用H.265视频编解码技术。...
分类:
其他好文 时间:
2014-12-18 15:16:06
阅读次数:
271
1 /** 2 快速排序的原理: 3 左边的数比middle小 4 右边的数比middle大 5 **/ 6 # include 7 # include 8 void sort(int a[],int low,int high) 9 {10 int m = a[(low+h...
分类:
编程语言 时间:
2014-12-17 20:44:41
阅读次数:
200
Operating Modes: Control, High-Speed, and Escape1.The Lane is only in High-Speed mode during Data bursts. The sequence to enter High-Speed mode is: LP...
分类:
其他好文 时间:
2014-12-17 20:18:00
阅读次数:
187
版权所有,未经华为书面许可,请勿转载或转发。
2.2.3
应用无关的可靠性保障技术
1.数据中心内的可靠性保障技术
数据中心内的可靠性保障技术主要包括HA(High Availability)冷备份、FT(Fault Tolerance)热备、轻量级FT。
HA(High Availability)冷备份:数据中心内基于共享存储的冷迁移,在由于软件或硬件原因引发主用...
分类:
其他好文 时间:
2014-12-17 16:26:00
阅读次数:
186
ADO.NET Connection Pooling at a GlanceEstablishing a connection with a database server is a hefty and high resource consuming process. If any applicat...
分类:
Web程序 时间:
2014-12-17 15:59:45
阅读次数:
269
ord 取得参数唯一的对应值;pred 取得参数前续的值;succ 取得参数后续的值;low 返回参数可以取的最小值;high 返回参数可以取得最大值;用法如下:Code highlighting produced by Actipro CodeHighlighter (freeware)h...
分类:
其他好文 时间:
2014-12-16 20:52:56
阅读次数:
185