Refactoring SQL Applications
Stephane Faroult, Pascal L'Hermite
- 出版商: O'Reilly Media
- 出版日期: 2008-09-01
- 定價: $1,575
- 售價: 1.9 折 $299
- 語言: 英文
- 頁數: 298
- 裝訂: Paperback
- ISBN: 0596514972
- ISBN-13: 9780596514976
-
相關分類:
SQL、Refactoring 重構
立即出貨
買這商品的人也買了...
-
$600售價: $480 -
$480售價: $374 -
$800售價: $632 -
$350貴賓價: $277 -
$620售價: $490 -
$750售價: $593 -
$420售價: $328 -
$490售價: $417 -
貴賓價: $1,881Handbook of Usability Testing: Howto Plan, Design, and Conduct Effective Tests, 2/e
-
貴賓價: $1,671High Performance MySQL: Optimization, Backups, Replication, and More, 2/e
-
$890售價: $757 -
貴賓價: $1,093Moving Objects Databases (Hardcover)
-
$680售價: $537 -
$490售價: $417 -
$820售價: $648 -
$490售價: $417 -
$520售價: $468 -
$580售價: $458 -
$180售價: $137 -
$480售價: $374 -
$990貴賓價: $891 -
$620售價: $527 -
$530售價: $403 -
$420售價: $199 -
$650售價: $514
商品描述
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.