Data Model Extension Impact Analysis

2021 15th Turkish National Software Engineering Symposium (UYMS)(2021)

引用 1|浏览1
暂无评分
摘要
Relational database schemas are subject to change. For instance, columns of a table can be modified, deleted or extended. These changes have an impact on the source code that utilizes the corresponding table. They also have an impact on other database elements such as tables, views and stored procedures related to that table. Studies on change impact analysis so far mainly focus on the impact of changes on source code. There are a few tools that can analyze the impact of changes on database elements. However, these tools consider modifications and deletions, while ignoring extensions as a type of change. In this study, we propose an approach and a tool that can analyze the impact of data model extensions. Our approach involves the computation of a similarity score between each pair of tables in the database based on the unique column names defined in these tables. Tables that are similar to the extended tables beyond a threshold level are considered to be under impact. We perform an industrial case study to evaluate the accuracy of our approach and the effects of the threshold level on the accuracy of results.
更多
查看译文
关键词
software maintenance,database models,data model extension,change impact analysis,software reliability
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要