Book 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 application code by a stored procedure, or replacing iterative, procedural statements with sweeping SQL statements
- Refactor flow by increasing parallelism and switching business-inducted processing from synchronous to asynchronous
- Refactor design using schema extensions, regular views, materialized views, partitioning, and more
- Compare before and after versions of a program to ensure you get the same results once you make modifications
Refactoring SQL Applications teaches you to recognize and assess code that needs refactoring, and to understand the crucial link between refactoring and performance. If and when your application bogs down, this book will help you get it back up to speed.
Publisher resources
Table of contents
- Refactoring SQL Applications
- A Note Regarding Supplemental Files
- Preface
- 1. Assessment
- 2. Sanity Checks
- 3. User Functions and Views
- 4. Testing Framework
- 5. Statement Refactoring
- 6. Task Refactoring
- 7. Refactoring Flows and Databases
- 8. How It Works: Refactoring in Practice
- A. Scripts and Sample Programs
- B. Tools
- Index
- About the Authors
- Copyright
Product information
- Title: Refactoring SQL Applications
- Author(s):
- Release date: August 2008
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596551773
You might also like
book
Refactoring for Software Design Smells
Awareness of design smells – indicators of common design problems – helps developers or software engineers …
book
RESTful Java Web Services - Third Edition
Master core REST concepts and create RESTful web services in Java About This Book Build efficient …
book
Spring Persistence with Hibernate, Second Edition
Learn how to use the core Hibernate APIs and tools as part of the Spring Framework. …
book
Pro Oracle SQL Development: Best Practices for Writing Advanced Queries
Write SQL statements that are more powerful, simpler, and faster using Oracle SQL and its full …