| |||||||||||||||
Improve Database Performance by Tuning SQL Statements
Tune all types of SQL statements--from a simple SELECT statement to a complex non-correlated subquery--using tips and techniques from SQL expert Don Burleson. Officially authorized by Oracle Corporation, this in-depth resource explains how to take any SQL statement, view the internal execution plan, and change the execution plan to improve the performance of the statement. You'll get details on Oracle's optimizer modes, SQL extensions, the STATSPACK utility, and a wealth of methods for tuning Oracle SQL statements.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
7 of 7 people found the following review helpful:
1.0 out of 5 stars
Ancient coverage,
This review is from: Oracle High-Performance SQL Tuning (Paperback)
I'm sure that this was a great book in it's day, but it is 5 years old and useful only for firewood. The rule optimizer is not even there anymore. [...]
7 of 10 people found the following review helpful:
5.0 out of 5 stars
Great book for deeper understanding of sql performance,
By "greatnate_2000" (Nashville, TN USA) - See all my reviews
This review is from: Oracle High-Performance SQL Tuning (Paperback)
After having tuned our server, network, and database it was clear that the remaining slow performance was due to the SQL.This led me to the purchase of this book which has not disapointed. This book goes into great detail about how sql statements effect database performance and how to correct it. After just the first few chapters, I was able to quickly find 'hot' sql statements and see how they were causing bad performance due to full table scans, merge joins, slow index scans, hints, built in functions, sorting etc. This book gives a good explanation to the various table / index access methods and thus improved my ability to look at an explain plan and quickly see problem areas. With this book I have better understanding of the options to correct them without messing with the sql code. Infact, most all of these are correctable without changing the sql code - my favorite part. There is of course a lot written on tuning to the code that can make great strides in performance as well, but as a dba and not a developer, I was more focused on things I could do to improve performance without changing the code. The scrips with the book are especially good - pull sql out of the library cache on the fly, or out of statspack tables for hisorical analysis - and get reports on full table scans, various index scan reports, etc. These alone make the usefulness of this book fast and easy - worth it. In short, I recomend this book to anyone wanting a better understanding of how sql code is affecting your DB performance as well as options to correct it. This is good if you have applications where you can't change the code (or just don't want to) but see improvements in performance need be made.
10 of 15 people found the following review helpful:
1.0 out of 5 stars
no detail and some mistake,
By A Customer
This review is from: Oracle High-Performance SQL Tuning (Paperback)
The book never go deep into sql even the author promised to do so, it is not a step-by-step guild that dbas can follow, and the seasoned dba also do not need this book because of nothing new.You can see some obvious mistake in this book, for example, about the hash join, Mr. Burleson told us in the page 67 and page 391 that the hash table probe the large table, but oracle document said large table probes the hash table. I hope to see some detail about the analyse of execution plan of table join and scenario, but there is none.
Share your thoughts with other customers: Create your own review
|
|
|
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product).
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|