![]() |
Catalog of Non-Refactoring Database Transformationswww.agiledata.org: Techniques for Successful Evolutionary/Agile Database Development |
![]() |
|||||||
|
|||||||||
![]() |
A non-refactoring transformation is a change which affects the semantics of your database schema by adding new elements to it or by modifying existing elements. |
|
| Transformation | Example |
| Insert Data. Add new data into an existing table. |
![]() |
| Introduce New Column. Add a new column into an existing table. |
![]() |
| Introduce New Table. Add a new table into an existing database. |
![]() |
| Introduce View. Add a new view based on existing tables within the database. |
![]() |
| Update Data. Update data within an existing table. |
![]() |
![]() |
This book describes, in detail, how to refactor a database schema to improve its design. The first section of the book overviews the fundamentals evolutionary database techniques in general and of database refactoring in detail. More importantly it presents strategies for implementing and deploying database refactorings, in the context of both "simple" single application databases and in "complex" multi-application databases. The second section, the majority of the book, is a database refactoring reference catalog. It describes over 60 database refactorings, presenting data models overviewing each refactoring and the code to implement it.
|
![]() |
Working Effectively With Legacy Code describes techniques for refactoring and testing existing, legacy code. Few teams have the luxury of building everything from scratch, instead they must work from an existing base of code, or minimally integrate with other legacy systems. In this book Michael Feathers covers the fundamental techniques which agile developers need to effectively work in these sorts of environments. You don’t need to stop all development and rework your legacy code, instead you can ease into it over time, and this book shows you how to do that successfully. |
|
I actively work with clients around the world to improve their information technology (IT) practices as both a mentor/coach and trainer. A full description of what I do, and how to contact me, can be found here.
Last updated: February 15, 2006
Copyright © 2002-2006 Scott W.
Ambler
This site owned by
Ambysoft Inc.
|
About This Site | Mailing List |
Site Map |
Contact Me |
Suggested Books |