Refactoring Databases: Evolutionary Database Design (Hardcover)
Scott W. Ambler, Pramodkumar J. Sadalage
- 出版商: Addison Wesley
- 出版日期: 2006-03-13
- 定價: $2,275
- 售價: 9.5 折 $2,161
- 語言: 英文
- 頁數: 384
- 裝訂: Hardcover
- ISBN: 0321293533
- ISBN-13: 9780321293534
-
相關分類:
資料庫、Refactoring
立即出貨
買這商品的人也買了...
-
$1,805Test-Driven Development: By Example (Paperback)
-
$2,340$2,223 -
$790$672 -
$620$490 -
$880$695 -
$880$581 -
$490$387 -
$890$757 -
$999OpenGL Shading Language, 2/e (Paperback)
-
$780$702 -
$680$578 -
$720$569 -
$520$442 -
$580$493 -
$450$351 -
$650$507 -
$980$774 -
$480$456 -
$880$695 -
$690$538 -
$720$569 -
$880$616 -
$600$480 -
$620$527 -
$650$553
相關主題
商品描述
Description
Refactoring has proven its value in a wide range of development projects–helping software professionals improve system designs, maintainability, extensibility, and performance. Now, for the first time, leading agile methodologist Scott Ambler and renowned consultant Pramodkumar Sadalage introduce powerful refactoring techniques specifically designed for database systems.
Ambler and Sadalage demonstrate how small changes to table structures, data, stored procedures, and triggers can significantly enhance virtually any database design–without changing semantics. You’ll learn how to evolve database schemas in step with source code–and become far more effective in projects relying on iterative, agile methodologies.
This comprehensive guide and reference helps you overcome the practical obstacles to refactoring real-world databases by covering every fundamental concept underlying database refactoring. Using start-to-finish examples, the authors walk you through refactoring simple standalone database applications as well as sophisticated multi-application scenarios. You’ll master every task involved in refactoring database schemas, and discover best practices for deploying refactorings in even the most complex production environments.
The second half of this book systematically covers five major categories of database refactorings. You’ll learn how to use refactoring to enhance database structure, data quality, and referential integrity; and how to refactor both architectures and methods. This book provides an extensive set of examples built with Oracle and Java and easily adaptable for other languages, such as C#, C++, or VB.NET, and other databases, such as DB2, SQL Server, MySQL, and Sybase.
Using this book’s techniques and examples, you can reduce waste, rework, risk, and cost–and build database systems capable of evolving smoothly, far into the future.
Table of Contents
About the Authors xv
Forewords xvii
Preface xxi
Acknowledgments xxvii
Chapter 1: Evolutionary Database Development 1
Chapter 2: Database Refactoring 13
Chapter 3: The Process of Database Refactoring 29
Chapter 4: Deploying into Production 49
Chapter 5: Database Refactoring Strategies 59
Chapter 6: Structural Refactorings 69
Chapter 7: Data Quality Refactorings 151
Chapter 8: Referential Integrity Refactorings 203
Chapter 9: Architectural Refactorings 231
Chapter 10: Method Refactorings 277
Chapter 11: Transformations 295
Appendix: The UML Data Modeling Notation 315
Glossary 321
References and Recommended Reading 327
Index 331
商品描述(中文翻譯)
描述
重構在各種開發專案中已經證明了其價值-幫助軟體專業人員改進系統設計、可維護性、可擴展性和性能。現在,領先的敏捷方法論家Scott Ambler和知名顧問Pramodkumar Sadalage首次介紹了專為資料庫系統設計的強大重構技術。
Ambler和Sadalage展示了如何對表結構、數據、存儲過程和觸發器進行微小的更改,可以顯著增強幾乎任何資料庫設計-而不改變語義。您將學習如何與源代碼同步演進資料庫模式,並在依賴迭代、敏捷方法的專案中變得更加有效。
這本全面的指南和參考資料幫助您克服實際上重構現實世界資料庫所面臨的障礙,涵蓋了資料庫重構背後的每個基本概念。通過從頭到尾的實例,作者將引導您重構簡單的獨立資料庫應用程式以及複雜的多應用程式場景。您將掌握重構資料庫模式所涉及的每個任務,並發現在最複雜的生產環境中部署重構的最佳實踐。
本書的後半部分系統地介紹了五個主要類別的資料庫重構。您將學習如何使用重構來增強資料庫結構、數據質量和參照完整性,以及如何重構架構和方法。本書提供了一套使用Oracle和Java構建的廣泛示例,並且可以輕鬆適應其他語言(如C#、C ++或VB.NET)和其他資料庫(如DB2、SQL Server、MySQL和Sybase)。
使用本書的技巧和示例,您可以減少浪費、重做、風險和成本,並構建能夠順利演進的資料庫系統,遠遠超越未來。
目錄
關於作者