tuning recommendations 是DTA提供的优化建议。引用MSDN:Reduce the Production Server Tuning LoadDTA relies on the query optimizer to analyze a workload and to make ...
分类:
其他好文 时间:
2016-01-23 21:05:59
阅读次数:
312
Because I do a lot of Performance Tuning gigs I get often in contact with these status variables. In the beginning I had a problem to understand them ...
分类:
其他好文 时间:
2016-01-19 17:07:01
阅读次数:
197
原文地址:http://joyexpr.com/2013/11/22/c100k-4-kernel-tuning/早期的系统,系统资源包括CPU、内存等都是非常有限的,系统为了保持公平,默认要限制进程对资源的使用情况。由于Linux的默认内核配置无法满足C100K的要求,因此需要对其进行适当的调优。...
分类:
系统相关 时间:
2015-12-29 21:12:47
阅读次数:
353
老李分享: Oracle Performance Tuning Overview 翻译 poptest是国内唯一一家培养测试开发工程师的培训机构,以学员能胜任自动化测试,性能测试,测试工具开发等工作为目标。如果对课程感兴趣,请大家咨询qq:908821478,咨询电话010-84505200。1性能...
分类:
数据库 时间:
2015-11-25 18:44:53
阅读次数:
177
SQLpassion Performance Tuning Training Plan个人学习翻译,如有谬误,请不吝指出,感谢. Week 1: SQL Server如何执行一个查询 在我们进入SQL Server性能调优的繁杂细节之前, 我想先列举一下SQL Server如何执行一个查询(qu.....
分类:
数据库 时间:
2015-11-19 18:22:30
阅读次数:
212
参考文章http://ref.onixs.biz/lost-multicast-packets-troubleshooting.htmlOperating system kernel network buffers tuning操作系统内核网络缓冲区调优LinuxRun thesysctl -A |...
分类:
其他好文 时间:
2015-11-18 23:00:11
阅读次数:
1711
sql profile最大的优点是在不修改sql语句和会话执行环境的情况下去优化sql的执行效率,适合无法在应用程序中修改sql时.sql profile最常用方法大概是:--创建产生sql tuning advisor任务DECLARE tuning_task varchar2(100); l_s...
分类:
数据库 时间:
2015-11-10 19:19:39
阅读次数:
477
转载:http://www.oschina.net/translate/spark-tuning因为大部分Spark程序都具有“内存计算”的天性,所以集群中的所有资源:CPU、网络带宽或者是内存都有可能成为Spark程序的瓶颈。通常情况下,如果数据完全加载到内存那么网络带宽就会成为瓶颈,但是你仍然需...
分类:
其他好文 时间:
2015-10-20 22:34:41
阅读次数:
256
QUESTION NO: 495Which tuning tool recommends how to optimize materialized views so that these views
can take advantage of the general query rewrite feature?
A. Segment Advisor
B. SQL Access Advisor...
分类:
其他好文 时间:
2015-10-18 23:16:53
阅读次数:
414
QUESTION NO: 497
You perform the following activities during the database upgrade from Oracle Database 10g to Oracle
Database 11g:
1. Capture plans for a SQL workload into a SQL Tuning Set (STS) be...
分类:
其他好文 时间:
2015-10-18 23:15:21
阅读次数:
212