Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JDBC and the fly likes Query Optimization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Query Optimization" Watch "Query Optimization" New topic
Author

Query Optimization

Aakash Parashar
Ranch Hand

Joined: Jul 25, 2005
Posts: 109

Hi,

I m interested in optimization and performance improvement. Does this book have such kind of chapters. Explain plan etc ?


Your's Aakash
SCJP 1.4 96%, SCBCD 1.3 94%
Lynn Beighley
author
Ranch Hand

Joined: Sep 12, 2007
Posts: 82
It's more on getting the basics of SQL down, and designing smart tables. I'd recommend a book that focuses just on SQL performance tuning if you understand SQL.


Lynn Beighley<br />Author, Head First SQL
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Query Optimization
 
Similar Threads
Seo
final level optimization
SEO Professional
storing variable so it can be used by 2 servlets
Instantiation Question