PAPER DIGEST
Most Influential SIGMOD 1992 Paper · 2026-03 edition

Rule Condition Testing And Action Execution In Ariel

Eric N. Hanson

Venue
ACM SIGMOD Conference (SIGMOD) 1992
Recognition
Most Influential SIGMOD 1992 Paper (Rank No. 9)
Edition
2026-03
Impact factor
5
Certificate ID
e98169e88ce1f68d

Abstract

This paper describes testing of rule conditions and execution of rule actions in Ariel active DBMS. The Ariel rule system is tightly coupled with query and update processing. Ariel rules can have conditions based on a mix of patterns, events, and transitions. For testing rule conditions, Ariel makes use of a discrimination network composed of a special data structure for testing single-relation selection conditions efficiently, and a modified version of the TREAT algorithm, called A-TREAT, for testing join conditions. The key modification to TREAT (which could also be used in the Rete algorithm) is the use of virtual α-memory nodes which save storage since they contain only the predicate associated with the memory node instead of copies of data matching the predicate. The rule-action executor in Ariel binds the data matching a rule's condition to the action of the rule at rule fire time, and executes the rule action using the query processor.

Download PDF certificate