Refactoring SQL Applications

Refactoring SQL Applications

AngličtinaEbook
Faroult, Stephane
O'Reilly Media
EAN: 9780596154950
Dostupné online
36,91 €
Bežná cena: 41,01 €
Zľava 10 %
ks

Podrobné informácie

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 gainsApply quick fixes, such as limiting calls to the database in stored functions and proceduresRefactor tasks, such as replacing application code by a stored procedure, or replacing iterative, procedural statements with sweeping SQL statementsRefactor flow by increasing parallelism and switching business-inducted processing from synchronous to asynchronousRefactor design using schema extensions, regular views, materialized views, partitioning, and moreCompare before and after versions of a program to ensure you get the same results once you make modificationsRefactoring 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.
EAN 9780596154950
ISBN 059615495X
Typ produktu Ebook
Vydavateľ O'Reilly Media
Dátum vydania 22. augusta 2008
Stránky 296
Jazyk English
Krajina Uruguay
Autori Faroult, Stephane; L'Hermite, Pascal