Library Automation and Digital Archive
LONTAR
Fakultas Ilmu Komputer
Universitas Indonesia

Pencarian Sederhana

Find Similar Add to Favorite

Call Number SEM - 359
Collection Type Indeks Artikel prosiding/Sem
Title Rule condition testing and action execution in ariel (hal 49 - 58)
Author Eric N. Hanson;
Publisher Proceedings of the 1992 acm sigmod international conference on management of data san diego,carlifonia june 2-5,1992'
Subject
Location
Lokasi : Perpustakaan Fakultas Ilmu Komputer
Nomor Panggil ID Koleksi Status
SEM - 359 TERSEDIA
Tidak ada review pada koleksi ini: 48057
This paper describes testing of rule conditions and execution of rule actions in the ariel active DBMS. the ariel rule systems in tightly coupled with query and update processing. ariel rules can have conditions based on a mix of paterns, events, and transitions. for testing rule conditions, ariel makes use of a disrimination network composed of a special data structure for testing single-relation selection conditions efficently, and a modifed version of the TREAT algorithm,called A-TREAT, for testing join conditions. the key modification to TREAT (which could also be used in the rate algorithm) is the use of virtual a-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.