Skip to content

Refactoring SQL Applications

Best in textbook rentals since 2012!

ISBN-10: 0596514972

ISBN-13: 9780596514976

Edition: 2008 (Revised)

Authors: St�phane Faroult, Pascal L'Hermite

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

What can you do when database performance doesn't meet expectations? Before you turn to expensive hardware upgrades to solve the problem, reach for this book. Refactoring SQL Applications provides a set of tested options for making code modifications to dramatically improve the way your database applications function. Backed by real-world examples, you'll find quick fixes for simple problems, in-depth answers for more complex situations, and complete solutions for applications with extensive problems. Learn to: Determine if and where you can expect performance gains Apply quick fixes, such as limiting calls to the database in stored functions and procedures Refactor tasks, such as replacing…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2008
Publisher: O'Reilly Media, Incorporated
Publication date: 9/16/2008
Binding: Paperback
Pages: 296
Size: 6.97" wide x 9.21" long x 0.63" tall
Weight: 1.122

Stephane Faroult first discovered relational databases and the SQL language back in 1983. He joined Oracle France in their early days (after a brief spell with IBM and a bout of teaching at the University of Ottawa) and soon developed an interest in performance and tuning topics. After leaving Oracle in 1988, he briefly tried to reform and did a bit of operational research, but after one year, he succumbed again to relational databases. He has been continuously performing database consultancy since then, and founded RoughSea Ltd in 1998.

Pascal L'Hermite has been working with relational databases in OLTP, production and development environments on Oracle Databases for the past 12 years and on Microsoft SQL Server for the past 5 years.

Preface
Assessment
A Simple Example
Assessing Possible Gains
Sanity Checks
Statistics and Data Skewness
Indexing Review
Parsing and Bind Variables
Bulk Operations
Transaction Management
User Functions and Views
User-Defined Functions
Views
Testing Framework
Generating Test Data
Comparing Alternative Versions
Statement Refactoring
Execution Plans and Optimizer Directives
Analyzing a Slow Query
Refactoring the Query Core
Rebuilding the Initial Query
Task Refactoring
The SQL Mindset
Restructuring the Code
Refactoring Flows and Databases
Reorganizing Processing
Shaking Foundations
How it Works: Refactoring in Practice
Can You Look at the Database?
Queries of Death
All These Fast Queries
No Obvious Very Wrong Query
Time to Conclude
Scripts and Sample Programs
Tools
Index