首页> 美国政府科技报告 >Continuous Queries over Append-Only Databases
【24h】

Continuous Queries over Append-Only Databases

机译:对仅附加数据库的连续查询

获取原文

摘要

In a database to which data is continually added, users may wish to issue apermanent query and be notified whenever data matches the query. If such continuous queries examine only single records, this can be implemented by examining each record as it arrives. This is very efficient because only the incoming record needs to be scanned. This simple approach does not work for queries involving joins or time. The Tapestry system allows users to issue such queries over a database of mail and bulletin board messages. The user issues a static query, such as 'show me all messages that have been replied to by Jones,' as though the database were fixed and unchanging. Tapestry converts the query into an incremental query that efficiently finds new matches to the original query as new messages are added to the database. The paper describes the techniques used in Tapestry, which do not depend on triggers and thus can be implemented on any commercial database that supports SQL. Although Tapestry is designed for filtering mail and news messages, its techniques are applicable to any append-only database. (Copyright (c) 1992 Xerox Corporation.)

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号