|
7 of 8 people found the following review helpful:
5.0 out of 5 stars
POWERFUL WAYS TO IMPROVE PERFORMANCE, October 16, 2003
This book is another in the series of technical volumes published by "Rampant Techpress," published by Don Burleson. The purpose of this book by Robin Schumacher is to suggest and illustrate a robust, comprehensive performance tuning methodology. With this methodology in hand, the author then provide examples and scripts to show how this works in practice. Robin points out the importance of proactively monitoring a database, and modeling database performance. He shows the difference between two key ways to approach performance tuning: Ratio based versus Bottleneck Analysis. Each have their place, he shows. For instance, he notes that Ratios are good for getting a quick "bird's eye" view of the performance. He correctly cautions the reader, in the section entitled "The Dangers of Blanket Ratios," about overly simplistic reliance on simple ratios. I found the discussion of the V$Sql_Plan view especially helpful. I admit that I have not used this in my own performance troubleshooting. After reading this book, I see that I have really missed out on a powerful tactic! Robin shows how to use this view to best effect. He includes numerous scripts, which are available from the Rampant website (I successfully downloaded all the scripts without a hitch). For example, in the script "9iCartSql" Robin shows how easy it is to find completed queries that used Cartesian Products as part of the execution plan. He points out that this could be an indication of improper join syntax. In another script, he shows how to get a list of the exact SQL that caused scans of large tables. In another example, he introduces the new view V$Sql_Plan Statistics, and illustrates a way to obtain the exact statistics for each step in the execution plan for all SQL executed on the instance. Do you get the idea? A lot of good ideas, along with the exact scripts to use. All in all, an impressive volume to add to your DBA "Tool Kit." I found the discussions clear and to the point, and intend to use many of the the numerous, practical scripts provided with this book. As Mr Schumacher points out in Chapter 1, "The IT consultants who make the really big money are the ones who can take a lethargic system and quickly turn it into one that runs as fast as greased lightning." Thank you, Robin, for heading us in the right direction!
|