1、POOL, PG AND CRUSH CONFIG REFERENCE
http://docs.ceph.com/docs/master/rados/configuration/pool-pg-config-ref/
所属配置段:【global】
格式:osd pool default pg num = 250
每个存储池最大pg数:mon max pool pg num同一个...
分类:
其他好文 时间:
2014-12-09 19:38:47
阅读次数:
634
在10G之前,使用DBMS_STATS收集统计信息将会导致与此对象相关的游标失效,下次执行此的时候将会进行HARD PARSE,除非收集的时候NO_INVALIDATE设置为TRUE。由于硬解析会消耗大量的CPU,还会导致大量的library cache 和 shared pool 的LATCH竞争...
分类:
其他好文 时间:
2014-12-09 17:37:59
阅读次数:
326
今日leetcode链表题全制霸原题地址:https://oj.leetcode.com/problems/sort-list/题目内容:Sort ListSort a linked list inO(nlogn) time using constant space complexity.方法:题目...
分类:
其他好文 时间:
2014-12-09 17:19:38
阅读次数:
162
//?新建线程池
ExecutorService?pool?=?Executors.newFixedThreadPool(10);
//?将线程放入线程池
pool.execute(new?MyThread());
pool.execute(new?MyThread());
//?关闭线程池(关闭后不能再放入线程)
p...
分类:
编程语言 时间:
2014-12-09 14:10:14
阅读次数:
208
Library cache是Shared pool的一部分,它几乎是Oracle内存结构中最复杂的一部分,主要存放shared curosr(SQL)和PLSQL对象(function,procedure,trigger)的信息,以及这些对象所依赖的table,index,view等对象的信息。Li...
分类:
数据库 时间:
2014-12-09 12:00:17
阅读次数:
323
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top() -- Get...
分类:
其他好文 时间:
2014-12-08 23:10:51
阅读次数:
400
??
DBCP数据源
使用DBCP数据源,需要导入两个jar包
Commons-dbcp.jar:连接池的实现
Common-pool.jar:连接池实现的依赖库。
导入mysql的jar包。
DBCP核心API
BasciDataSource
它可以通过实例化对象的方式获得一个对象。
它里面有如下方法:
setDri...
分类:
数据库 时间:
2014-12-08 23:07:19
阅读次数:
326
Given a linked list, swap every two adjacent nodes and return its head.
For example,
Given 1->2->3->4, you should return the list as 2->1->4->3.
Your algorithm should use only constant space. Y...
分类:
其他好文 时间:
2014-12-08 19:38:48
阅读次数:
173
我学习的内容:功能原理类:磁盘阵列安装配置设定:当一个磁盘阵列第一次安装以及添加物理磁盘时候,磁盘阵列安装配饰设定作为一种功能出现,这个操作能够通过ISM客户端的GUI表现出来。小结:我对磁盘阵列的理解如下:磁盘阵列式由磁盘阵列控制器和磁盘外壳构成。磁盘外壳又由逻辑磁盘和物理磁盘构成。Pool的理解...
分类:
其他好文 时间:
2014-12-08 19:17:33
阅读次数:
202
http://www.pool.ntp.org/zone/cn
分类:
其他好文 时间:
2014-12-08 15:56:04
阅读次数:
108