Sciweavers

TDM
2004

Relational Algebra: Mother Tongue - XQuery: Fluent

13 years 5 months ago
Relational Algebra: Mother Tongue - XQuery: Fluent
This work may be seen as a further proof of the versatility of the relational database model. Here, we add XQuery to the catalog of languages which RDBMSs are able to "speak" fluently. Given suitable relational encodings of sequences and ordered, unranked trees--the two data structures that form the backbone of the XML and XQuery data models--we describe a compiler that translates XQuery expressions into a simple and quite standard relational algebra which we expect to be efficiently implementable on top of any relational query engine. The compilation procedure is fully compositional and emits algebraic code that strictly adheres to the XQuery language semantics: document and sequence order as well as node identity are obeyed. We exercise special care in translating arbitrarily nested XQuery FLWOR iteration constructs into equi-joins, an operation which RDBMSs can perform particularly fast. The resulting purely relational XQuery processor shows promising performance figures ...
Torsten Grust, Jens Teubner
Added 31 Oct 2010
Updated 31 Oct 2010
Type Conference
Year 2004
Where TDM
Authors Torsten Grust, Jens Teubner
Comments (0)