Abstract
XML publishing has been an emerging technique for transforming (portions of) a relational database into an XML document, for example, to facilitate interoperability between heterogeneous applications. Such applications may update the XML document and the source relational database must be updated accordingly. In this paper, we consider such XML documents as (possibly) recursively defined XML views of relations. We propose new optimization techniques to efficiently support XML view updates specified via an XPATH expression with recursion and complex filters. The main novelties of our techniques are: (1) we propose a space-efficient relational encoding of recursive XML views; and (2) we push the bulk of update processing inside a relational database. Specifically, a compressed representation of the XML views is stored as extended shared-inlining relations. A space-efficient and updatable 2-hop index is used to optimize XPATH evaluation on XML views. Updates of the XML views are evaluated on these relations and index. View update translation is handled by a heuristic procedure inside a relational database, as opposed to previous middleware approaches. We present an experimental study to demonstrate the effectiveness of our proposed techniques.
Original language | English |
---|---|
Pages (from-to) | 1313-1333 |
Number of pages | 21 |
Journal | VLDB Journal |
Volume | 18 |
Issue number | 6 |
DOIs | |
Publication status | Published - Dec 2009 |
Scopus Subject Areas
- Information Systems
- Hardware and Architecture
User-Defined Keywords
- View updates
- XML publishing
- XML view updates