一个利用memory block分配机制的高性能的内存管理器类...
分类:
其他好文 时间:
2014-05-10 10:43:38
阅读次数:
454
DG有下面三种模式– Maximum protection– Maximum
availability– Maximum performance 在Maximum protection下, 可以保证从库和主库数据完全一样,做到zero
data loss.事务同时在主从两边提交完成,才算事务完成。如...
分类:
数据库 时间:
2014-05-09 23:19:59
阅读次数:
554
You should initialize most fields normally, not
lazily. If you must initialize a field lazily in order to achieve your
performance goals, or to break ...
分类:
编程语言 时间:
2014-05-09 18:32:56
阅读次数:
497
一 、报错Dynamic Performance Tables not
accessible,Automatic Statistics disabled for this sessionYou can disable
statistics in the preference menu, or obt...
分类:
数据库 时间:
2014-05-09 16:39:54
阅读次数:
467
查看数据库的计数器: SELECT * FROM
sys.dm_os_performance_counters **也可以使用系统的性能计监测器查看. 右键图表-> 添加计数器. 添加要监控的项
计数器中一些项的说明 : http://www.cnblogs.com/flysun0311/archi...
分类:
数据库 时间:
2014-05-07 20:27:55
阅读次数:
340
??
run{
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
allocate channel d5 type disk;
allocate channel d6 type disk;...
分类:
其他好文 时间:
2014-05-07 15:45:24
阅读次数:
347
Performance Tuning Guide 11G中新增特性
本章描述了Oracle11g Release2(11.2)中增加了哪些新的性能调整 特性,以及指向这些增加信息。
本章节描述的特性以及增强,包含了优化数据库性能的各个方面。
关于Oracle11gR2的所有新特性汇总,可以查看Oracle Database New Features Guide.
11.2.0.2中新...
分类:
其他好文 时间:
2014-05-07 08:07:26
阅读次数:
368
前言Preface
包括如下几个小节
l Audience
l Documentation Accessibility
l Related Documents
l Conventions
目标人群Audience
Oracle Database Performance Tuning Guide 针对的人群是DBA。这个指南描述了怎样使用命Oracle数据库性能工具(通过命令行使用)来...
分类:
其他好文 时间:
2014-05-07 06:58:12
阅读次数:
388
1.全库备份,scp到异机目录下查询源库的DBID:SQL>selectname,dbidfromv$database;NAMEDBID----------------------------RESEARCH2055556290SQL>异机建立dump目录、oradata下建立SID名对应目录2.恢复spfile,启动到nomount:exportORACLE_SID=researchrmantarget/setdbid=2..
分类:
其他好文 时间:
2014-05-06 16:14:50
阅读次数:
345
用c++封装一个Hash Table,并与STL map 进行操作性能上的比较...
分类:
编程语言 时间:
2014-05-04 08:39:46
阅读次数:
536