Sciweavers

SIGMOD
1993
ACM

Design and Implementation of the Glue-Nail Database System

13 years 8 months ago
Design and Implementation of the Glue-Nail Database System
We describe the design and implementation of the Glue-Nail database system. The Nail language is a purely declarative query language; Glue is a procedural language used for nonquery activities. The two languages combined are sufficient to write a complete application. Nail and Glue code both compile into the target language IGlue. The Nail compiler uses variants of the magic sets algorithm, and supports well-founded models. Static optimization is performed by the Glue compiler using techniques that include peephole methods and data flow analysis. The IGlue code is executed by the IGlue interpreter, which features a run-time adaptive optimizer. The three optimizers each deal with separate optimization domains, and experiments indicate that an effective synergism is achieved. The Glue-Nail system is largely complete and has been tested using a suite of representative applications.
Marcia A. Derr, Shinichi Morishita, Geoffrey Phipp
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1993
Where SIGMOD
Authors Marcia A. Derr, Shinichi Morishita, Geoffrey Phipps
Comments (0)