DocumentCode
1706545
Title
Automatic high-quality reengineering of database programs by temporal abstraction
Author
Cohen, Yossi ; Feldman, Yishai A.
Author_Institution
Dept. of Comput. Sci., Tel Aviv Univ., Israel
fYear
1997
Firstpage
90
Lastpage
97
Abstract
The relational database model is currently the target of choice for the conversion of legacy software that uses older models (such as indexed-sequential, hierarchical or network models). The relational model makes up for its lower efficiency by a greater expressive power and by optimization of queries, using indexes and other means. However, sophisticated analysis is required in order to take advantage of these features, since converting each database access operation separately does not use the greater expressive power of the target database and does not enable it to perform useful optimizations. By analyzing the behavior of the host program around the database access operations, it is possible to discover patterns such as filtering, joins and aggregative operations. It is then possible to remove those operations from the host program and re-implement them in the target database query language. This paper describes an automatic system, called MIDAS (MIgrator of Database Application Systems), that performs high-quality reengineering of legacy database programs in this way. The results of MIDAS were found to be superior to those of the naive one-to-one translation in terms of readability, size, speed and network data traffic
Keywords
computer aided software engineering; query processing; relational databases; systems re-engineering; temporal databases; MIDAS; aggregative operations; automatic high-quality reengineering; database access operations; expressive power; filtering; indexes; joins; legacy database programs; legacy software conversion; network data traffic; query optimization; readability; relational database model; target database query language; temporal abstraction; Application software; Computer science; Database languages; Electronic mail; Filtering; Object oriented databases; Object oriented modeling; Pattern analysis; Relational databases; Spatial databases;
fLanguage
English
Publisher
ieee
Conference_Titel
Automated Software Engineering, 1997. Proceedings., 12th IEEE International Conference
Conference_Location
Incline Village, NV
Print_ISBN
0-8186-7961-1
Type
conf
DOI
10.1109/ASE.1997.632828
Filename
632828
Link To Document