博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle Performance Tuning for 10gR2, Second Edition
阅读量:4231 次
发布时间:2019-05-26

本文共 1304 字,大约阅读时间需要 4 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Tuning of SQL code is generally cheaper than changing the data model. Physical and configuration tuning involves a search for bottlenecks that often points to SQL code or data model issues. Building an appropriate data model and writing properly performing SQL code can give 100%+ performance improvement. Physical and configuration tuning often gives at most a 25% performance increase.

Gavin Powell shows that the central theme of Oracle10gR2 Performance Tuning is four-fold: denormalize data models to fit applications; tune SQL code according to both the data model and the application in relation to scalability; create a well-proportioned physical architecture at the time of initial Oracle installation; and most important, mix skill sets to obtain the best results.

* Fully updated for version 10gR2 and provides all necessary transition material from version 9i
* Includes all three aspects of Oracle database tuning: data model tuning, SQL & PL/SQL code tuning, physical plus configuration tuning
* Contains experienced guidance and real-world examples using large datasets Emphasizes development as opposed to operating system perspective
http://rapidshare.com/files/45249302/1555583458.zip
http://depositfiles.com/files/1326576
你可能感兴趣的文章
2. Add Two Numbers
查看>>
STL空间配置
查看>>
C++面试题(~01)
查看>>
Linux服务器程序规范
查看>>
Linux中的五种I/O模型
查看>>
如何定义一个只能在堆上(栈上)生成对象的类?
查看>>
Spring 事务管理高级应用难点剖析: 第 1 部分
查看>>
Spring 事务管理高级应用难点剖析: 第 2 部分
查看>>
Spring 事务管理高级应用难点剖析: 第 3 部分
查看>>
jquery日历插件 FullCalendar -----官方文档翻译
查看>>
jQuery插件实战之fullcalendar(日历插件)Demo
查看>>
使用jqplot创建报表(一) 初学后写的第一个案例源码
查看>>
poi边框设置
查看>>
poi操作excel(二)
查看>>
poi Excel复制指定行案例
查看>>
logback(一)
查看>>
logback(二)
查看>>
编写自定义的 Velocity 指令
查看>>
记录问题的点点滴滴
查看>>
spring mvc接收json参数
查看>>