Jump to content

Database refactoring

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by George Polevoy (talk | contribs) at 11:39, 19 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Database Refactoring is a process of improving existing database in small steps just in time (JIT). Database Refactoring is a core practice of Evolutionary Database Design Database Refactoring does not change the way data interpreted or used, does not fix bugs nor adds new functionality. Every single refactoring to a database leaves the system in working state not causing maintenance lags, provided the meaningful data exists in the production environment.

See also: Test-driven development Unit testing Refactoring

An example of database refactoring can be splitting an aggragate table two different tables in the process of Database normalization