🌙

高效标记和检索关系数据库中的时间异常

Efficiently Labeling and Retrieving Temporal Anomalies in Relational Databases

Information Systems Frontiers · 2024
被引 1
ABS 3

中文导读

本文定义了时间数据库中五种常见异常,提出了两种新的关系操作来标记和检索异常元组,并给出了三种SQL实现,通过医疗领域案例和实验评估验证了其效用。

Abstract

Abstract Time and temporal constraints are implicit in most databases. To facilitate data analysis and quality assessment, a database should provide explicit operations to identify the violation of temporal constraints. Against this background, the purpose of this paper is threefold: (1) we identify and provide a formal definition of five common anomalies in temporal databases, (2) we propose two new relational operations that allow, respectively, to label anomalous tuples in and to retrieve the anomalous tuples from a dataset, and (3) we provide three different SQL implementations of these operations for current relational database management systems. The healthcare domain is used to illustrate the usage and utility of the temporal anomalies. Finally, an experimental evaluation on real-world and synthetic data analyses the performance of the different implementations of the anomaly operators.

计算机科学数据库关系数据库信息检索时间数据库