DocumentCode :
714275
Title :
Improving the quality of large-scale database-centric software systems by analyzing database access code
Author :
Tse-Hsun Chen
Author_Institution :
Software Anal. & Intell. Lab. (SAIL), Queens Univ., Kingston, ON, Canada
fYear :
2015
fDate :
13-17 April 2015
Firstpage :
245
Lastpage :
249
Abstract :
Due to the emergence of cloud computing and big data applications, modern software systems are becoming more dependent on the underlying database management systems (DBMSs) for data integrity and management. Since DBMSs are very complex and each technology has some implementation-specific differences, DBMSs are usually used as black boxes by software developers, which allow better adaption and abstraction of different database technologies. For example, Object-Relational Mapping (ORM) is one of the most popular database abstraction approaches that developers use. Using ORM, objects in Object-Oriented languages are mapped to records in the DBMS, and object manipulations are automatically translated to SQL queries. Despite ORM´s convenience, there exists impedance mismatches between the Object-Oriented paradigm and the relational DBMSs. Such impedance mismatches may result in developers writing inefficiently and/or incorrectly database access code. Thus, this thesis proposes several approaches to improve the quality of database-centric software systems by looking at the application source code. We focus on troubleshooting and detecting inefficient (i.e., performance problems) and incorrect (i.e., functional problems) database accesses in the source code, and we prioritize the detected problems based on severity. Through case studies on large commercial and open source systems, we plan to demonstrate the value of improving the quality of database-centric software systems from a new perspective - helping developers access the database more efficiently and accurately.
Keywords :
SQL; data integrity; object-oriented languages; relational databases; software quality; ORM; SQL queries; big data applications; cloud computing; data integrity; database abstraction approaches; database access code analysis; database management systems; large-scale database-centric software system quality; object-oriented languages; object-relational mapping; relational DBMSs; Database systems; Impedance; Runtime; Software systems; System recovery; Writing;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Data Engineering Workshops (ICDEW), 2015 31st IEEE International Conference on
Conference_Location :
Seoul
Type :
conf
DOI :
10.1109/ICDEW.2015.7129584
Filename :
7129584
Link To Document :
بازگشت