摘要
本文涉及演绎数据库递归查询的优化问题,提出算若干计算关系闭包的算法。算法的主要思想是及时地从关系中删去不产生新结果的元组,避免元组间多次重复的连接,提高查询效率。
The recent popular argument in deductive database is how tc implement recursive queries efficiently. A recursive qurey may be translated into au extended relational expression, including the closure operation. This paper presents several algorithms to improve the computation of the closure, The main idea is to reduce the cost of each join by deleting those tuples which produce no new result in each iteration from relavant relations.
出处
《厦门大学学报(自然科学版)》
CAS
CSCD
北大核心
1989年第1期25-29,共5页
Journal of Xiamen University:Natural Science
基金
福建省自然科学基金
关键词
演绎数据库
逆归查询
闭包计算
Deductive database,Recursive queries, Optimization, Relational closure