Schema Evolution in OODBs Using Class Versioning

Simon R. Monk, Ian Sommerville. Schema Evolution in OODBs Using Class Versioning. SIGMOD Record, 22(3):16-22, 1993. [doi]

Abstract

This paper describes work carried out on a model for the versioning of class definitions in an object-oriented database. By defining update and backdate functions on attributes of the previous and current version of a class definition, instances of any version of the class can be converted to instances of any other version. This allows programs written to access an old version of the schema to still use data created in the format of the changed schema.