博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle SQL Tuning Pocket Reference
阅读量:4232 次
发布时间:2019-05-26

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

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

One of the most important challenges faced by Oracle database administrators and Oracle developers is the need to tune SQL statements so that they execute efficiently. Poorly tuned SQL statements are one of the leading causes of substandard database performance and poor response time. SQL statements that perform poorly result in frustration for users, and can even prevent a company from serving its customers in a timely manner.

In this book, Mark Gurry shares his in-depth knowledge of Oracle's SQL statement optimizers. Mark's knowledge is the result of many hard-fought tuning battles during his many years of providing Oracle tuning services to clients. Mark provides insights into the workings of the rule-based optimizer that go well beyond what the rules tell you. Mark also provides solutions to many common problems that occur with both the rule-based and cost-based optimizers.

In addition to the specific problem/solution scenarios for the optimizers, Mark provides a number of handy SQL tuning tips. He discusses the various optimizer hints, telling you when they can be used to good effect. Finally, Mark discusses the use of the DBMS_STATS package to manage database statistics, and the use of outlines to specify execution plans for SQL statements in third-party applications that you can't otherwise modify.

http://rapidshare.com/files/50237343/0596002688.rar
http://depositfiles.com/files/1554689
你可能感兴趣的文章
504. Base 7
查看>>
593. Valid Square
查看>>
494. Target Sum
查看>>
463. Island Perimeter
查看>>
TCP协议粗析
查看>>
17. Letter Combinations of a Phone Number
查看>>
599. Minimum Index Sum of Two Lists
查看>>
131. Palindrome Partitioning
查看>>
51. N-Queens
查看>>
52. N-Queens II
查看>>
进程池和线程池
查看>>
计算机网络---自顶向下方法
查看>>
排序算法总结
查看>>
僵尸进程以及如何处理僵尸进程
查看>>
数据库面试题
查看>>
drop、truncate和delete的区别
查看>>
650. 2 Keys Keyboard
查看>>
651. 4 Keys Keyboard
查看>>
Https协议详解
查看>>
Linux相关的小知识点
查看>>