码迷,mamicode.com
首页 >  
搜索关键字:sga shared pool scope sysstat    ( 10321个结果
SQL SERVER SCOPE_IDENTITY函数的应用
--====================================--SCOPE_IDENTITY()函数使用: 只返回插入到当前作用域中的值--返回在当前会话中的任何表内所生成的最后一个标识值--另外两个函数 floor ,Ceiling--select floor(12.99) sel...
分类:数据库   时间:2014-07-31 16:45:26    阅读次数:245
Installation instructions of Nagios on CentOS 6.4 64bit
#InstallationinstructionsofNagiosonCentOS6.464bitAuthor:LarryZhaoQQ:920057952BLOG:larryzhao.blog.51cto.comE-mail:zhaolong0508@126.com#NTPServiceyuminstallntpservicentpdstartchkconfigntpdoncrontab-e*****/usr/sbin/ntpdatecn.pool.ntp.org#PacketsPreparenagios-3..
分类:移动开发   时间:2014-07-31 03:11:56    阅读次数:398
Multi-processor having shared memory, private cache memories, and invalidate queues having valid bits and flush bits for serializing transactions
Multi-processor systems are often implemented using a common system bus as the communication mechanism between CPU, memory, and I/O adapters. It is al...
分类:其他好文   时间:2014-07-31 02:17:25    阅读次数:432
数据库连接池的工作原理
对于共享资源,有一个很著名的设计模式:资源池(resource pool)。该模式正是为解决资源频繁分配、释放所造成的问题。数据库连接池的基本思想就是为数据库连接建立一个“缓冲池”。预先在缓冲池中放入一定数量的连接,当需要建立数据库连接时,只需要从缓冲池中取出一个了,使用完毕后再放回去。我们可以.....
分类:数据库   时间:2014-07-29 21:29:32    阅读次数:368
CentOS6.5安装后无法启动Emacs问题的解决
运行环境CentOS 6.5安装该版本后发现无法打开Emacs,使用yum -qa指令发现系统中已经安装了程序,然后在终端中输入emacs后还是不能打开,出现了下面的提示: emacs: error while loading shared libraries: libotf.so.0: canno...
分类:其他好文   时间:2014-07-29 21:07:12    阅读次数:362
论文摘抄 - Tenzing
背景 异构数据的适配及数据可扩展性,资源可扩展性,廉价机器,SQL查询。 架构概述 Worker pool,query server,clientinterfaces,metadata server Worker线程是long-running的,worker pool包括master节点和worker节点,以及一个master watcher。 Query server把query解析,优化之后传给master执行,优化包括一些基本的规则优化和基于成本的优化。...
分类:其他好文   时间:2014-07-29 18:07:02    阅读次数:250
apache 添加 ssl_module
下载httpd2.2.6,以前用http2.2.4会出问题(出现个什么lib的错误)./configure --prefix=/usr/local/apache --enable-ssl --enable-cgi --enable-mods-shared=all --with-mysql=/usr/...
分类:其他好文   时间:2014-07-29 17:32:02    阅读次数:393
运行eclipse就提示 The Eclipse executable launcher was unable to locate its companion library. 解决方案
你试试把中文路径换掉 不行的话参考 逝去的青春的博客:Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下: 一、打开eclipse目录下的配置文.....
分类:系统相关   时间:2014-07-29 11:03:26    阅读次数:447
block 解析 - 局部变量
局部变量block内使用局部变量,一般都是截获变量(只读),截获离block初始化最近的一次的值。引用官方文档:Stack (non-static) variables local to the enclosing lexical scope are captured asconst variabl...
分类:其他好文   时间:2014-07-28 19:15:34    阅读次数:302
oracle的内存管理(之一)
ORACLE数据库所使用的内存主要涉及到两个方面:PGA和SGA。 1.1 PGA管理 PGA指的是程序全局区(Program Global Area),是服务器进程(Server Process)使用的一块包含数据和控制信息的内存区域,PGA是非共享的内存,在服务器进程启动或创建时分配(在系统运行时,排序、连接风操作也可能需要进一步的PGA分配),并为Server Process排他访问,所以PGA中的数据结构并不需要通过latch来保护; 1.2 什么是PGA 进程的创建通常有两种模式:专用...
分类:数据库   时间:2014-07-28 00:19:19    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!