最近做的一次内部交流文档[……]
Author: Louis Liu
YHD DBA官方BLOG上线
www.yhddba.com (主站点)
www.yihaodiandba.com (备份站点 会有一天的延迟)
同时开通访问,主要记录日常的一些问题处理,以及针对互联网的数据架构想法。[……]
[12c new feature] slow IO tracing by views
根据JL,Glen Fawcett 的文章 oracle 从12c开始提供了3个视图来探测慢速的IO
SQL> desc V$LGWRIO_OUTLIER; Name Null? Type -----------------------------------[......]
[12c new feature] add column enhancement
首先我们看一组测试 数据库版本oracle 12c beta1
SQL> select count(*) from test;
COUNT(*)
----------
725888
SQL> set timing on;
SQL> alter[......]
Database-exporter release v1.0
Database-exporter发布 感谢wucharles,一个充满Geek精神的小伙。
1.supports export database from each other. (you need write driver by yourself,now support oracle an[......]
Recent MySQL performance Test detial
最近team基于mysql的性能基准测试,包含多种场景[……]
ASM memory fragment problem in 11gR2 RAC
前天处理了一启RAC ASM 内存泄露问题,系统为公司最后一套RAC one node 版本为11.2.0.3
这套核心RAC one node系统出现大量 log file switch buffer busy waits等待,并伴随大量cursor: pin S wait on X re[……]
Advanced use of dbms_stats for extended stats of CG
[……]
MyAWR another mysql awr –That is Great !!
MyAWR 开源了,第一版的reference 已经放出, tx to noodba
MyAWR_Reference_Guid
slideshare地址:MyAWR (awr of MySQL)
MyAWR template:MySQL WorkLoad Report[……]