码迷,mamicode.com
首页 >  
搜索关键字:sga shared pool scope sysstat    ( 10321个结果
GPU方法做倒排压缩和交集计算
之前一直想读这篇,今天读了一下,颇有收获: 1.对文档按相似term聚类之后,delta较小,可以提高压缩率(similarity graph) 1.GPU一般可以有几百个核,有shared memory和global memory,shared memory相当于寄存器的速度,global memory速度较慢 2.有序数组上的搜索算法除了binary search还有interplati...
分类:其他好文   时间:2014-09-18 00:52:07    阅读次数:239
启用ntp服务
1. 主服务器修改配置vi /etc/ntp.confrestrict 192.168.1.0 mask 255.255.255.0 nomodify notrap #允许别的服务器同步server 0.centos.pool.ntp.org iburst #主服务器自己的同步源启动服务serv.....
分类:其他好文   时间:2014-09-17 18:29:42    阅读次数:209
mysql预热缓冲池
在数据库压力很大的情况下,重启完数据库,通过手工执行下列语句,把热数据加载到innodb_buffer_pool缓冲池中进行预热,从而避免早高峰连接数升高,程序报错。selectcount(*)fromuser;selectcount(*)from***;......在mysql5.6里为了解决上述问题,提供了一个新特性来快速预热bu..
分类:数据库   时间:2014-09-17 15:38:22    阅读次数:416
ntp服务器池列表
CentOS:0.centos.pool.ntp.org1.centos.pool.ntp.org2.centos.pool.ntp.org国内可用的ntp.fudan.edu.cn 复旦210.72.145.44 国家守势中心服务器亚洲地区的ntp服务器Bangladesh — bd.pool.n...
分类:其他好文   时间:2014-09-17 13:36:12    阅读次数:133
64位操作系统宏不能使用解决方案
找到以下配置文件"C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv\vsmsvr10.exe.config""C:\Program Files (x86)\Common Files\Microsoft Shared...
分类:其他好文   时间:2014-09-17 11:47:42    阅读次数:285
Global UNIX file system cylinder group cache
A globalcylindergroup(CG) cache is stored in file server memory and shared by a plurality of file systems supported by the file server. The global CG ...
分类:其他好文   时间:2014-09-17 01:00:11    阅读次数:278
AngularJS 基础用法
判断语句:you are a boyyou are a girlyou may be a fatheryou may be a mother过滤器:$scope.childrenArray = [ {name:'kimi',age:3}, {name:'cindy',ag...
分类:Web程序   时间:2014-09-16 21:48:51    阅读次数:285
php: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No
解决方法:1、进入mysql安装目录查看,确认有libmysqlclient.so.16.0.0 文件, 于是需要在/usr/lib目录下建立一个软链接来指向libmysqlclient.so.162、在php lib目录下下建立个软链接:(格式为:ln -s mysql lib路径  php lib路径)ln -s /home/openpf/app/mysql-5.1.56-2/lib/mysq...
分类:数据库   时间:2014-09-16 20:38:41    阅读次数:326
Apache Commons-Lang 简介
一、前言Java码农不识Apache,敲尽一生也枉然。旗下的开源项目众多,各个都是吊炸天。今日且说Commons,轻轻点击此链接进入ApacheCommons主页,Logging、Pool、Net、ONGL、EL、IO、DBCP、Email、Collection、Lang……等等项目中常用到的包。而这篇文章的主角Lang则是我们最常用..
分类:其他好文   时间:2014-09-16 19:11:51    阅读次数:369
Hadoop Job 按组分资源池执行的方式
hive在生产环境中由于用户数量和身份的不同,难免会对用户按组进行划分,根据不同组的优先级划分hadoop资源,hadoop fairscheduler支持按用户组划分资源池,每个group对应一个组pool,然后根据pool优先级划分mapreduce资源,在map-site.xml中添加以下配置即可实现按组划分:       mapred.jobtracker.taskScheduler...
分类:其他好文   时间:2014-09-16 17:29:10    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!