码迷,mamicode.com
首页 >  
搜索关键字:buffer pool extension    ( 10570个结果
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
MySQL 5.5: InnoDB Change Buffering
To speed up bulk loading of data, InnoDB implements aninsert buffer, a special index in the InnoDB system tablespace that buffers modifications to sec...
分类:数据库   时间:2014-05-16 18:26:09    阅读次数:532
几个常用ORACLE运维监控的SQL语句
1.消耗CPUSELECT a.CPU_TIME, --CPU时间 百万分之一(微秒) a.OPTIMIZER_MODE,--优化方式 a.EXECUTIONS,--执行次数 a.DISK_READS,--读盘次数 a.SHARABLE_MEM,--占用shared pool...
分类:数据库   时间:2014-05-16 04:07:52    阅读次数:419
String 内在分配解析
1.String类概念(1)String是final的,不可被继承。public final class String。String是的本质是字符数组char[], 并且其值不可改变。private final char value[];(2)Java运行时会维护一个String Pool(Stri...
分类:其他好文   时间:2014-05-16 03:32:32    阅读次数:301
emacs quick open and jump file (or buffer) which name is current word
Sometime, we need to open a file or buffer which name began with current word in emacs. Here I give the solution as follows. (provide 'quick-file-jump) (defun ab/quick-buffer-jump () "Quickly jum...
分类:其他好文   时间:2014-05-15 15:02:20    阅读次数:373
crtmpserver 基本流程分析
最近在研究crtmpserver,这里记录下学习过程,首先我们先分析下基本流程。 1、初始化流程 InitNetworking---初始化网络 Initialize Logger::Init()---初始化日志 lowerCase(extension) == "lua"---加载.lua后缀配置文件 LoadLuaFile Normalize NormalizeLogAppende...
分类:其他好文   时间:2014-05-15 06:22:28    阅读次数:211
调优4(buffer cache 调整)
第四章、 buffer cache 调整1、buffer cache 功能buffer cache: 用于存放从datafile 里读出的数据块的镜像,并共享这些数据块,采用LRU算法buffer cache 数据块状态:pending:数据块正在使用,状态未决dirty: 被修改过的块,还未写入到...
分类:其他好文   时间:2014-05-14 10:08:16    阅读次数:341
调优5(SGA其他缓存区调整)
第五章 SGA其他缓存区调整一、redo log buffer1、redo log 的功能1)Sever 进程在buffer cache修改数据块后,Oracle提倡‘先记后写’,对修改的数据块的改变生成log entries(日志条目),将日志条目按顺序写入log buffer;而对于脏块 先.....
分类:其他好文   时间:2014-05-14 09:52:54    阅读次数:276
linux环境下deb格式 转换成rpm格式
linux环境下deb格式 转换成rpm格式使用alien工具转换deb格式到rpm格式alien_8.87.tar.gz下载alien_8.87.tar.gz[root@mysqlnode2 ~]# wget http://ftp.de.debian.org/debian/pool/main/a....
分类:系统相关   时间:2014-05-14 07:22:03    阅读次数:527
centos时间调整的操作(转)
在我们使用CentOS系统的时候,也许时区经常会出现问题,有时候改完之后还是会出错,下面我们就来学习一种方法来改变这个状况。如果没有安装,而你使用的是 CentOS系统 那使用命令 yum install ntp然后:ntpdate us.pool.ntp.org 。因为CentOS系统是用rhas...
分类:其他好文   时间:2014-05-14 07:05:33    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!