Proceedings of the Fourth International Workshop on Web Information and Data Management - WIDM '02 2002
DOI: 10.1145/584948.584950
|View full text |Cite
|
Sign up to set email alerts
|

An algebraic approach for incremental maintenance of materialized XQuery views

Abstract: XML has become an important medium for representing and exchanging data over the Internet. Data sources, including structural and semi-structural sources, often export XML views over base data, and then materialize the view by storing its XML query result to provide faster data access. Upon change to the base data, it is typically more efficient to maintain a view by incrementally propagating the delta changes to the view than by re-computing it from scratch. Techniques for the incremental maintenance of relat… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2003
2003
2010
2010

Publication Types

Select...
2
1
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(6 citation statements)
references
References 7 publications
0
6
0
Order By: Relevance
“…This problem is similar to the problem of incremental view maintenance in relational/nested-relational/objectoriented/semistructured databases [Abiteboul et al 1998;Dimitrova et al 2003;El-Sayed et al 2002;Ceri and Widom 1991;Griffin and Libkin 1995;Gupta and Mumick 1995;Papakonstantinou et al 1995;Abiteboul et al 1997]. In fact, we do reuse some algorithms from the view maintenance literature Widom 1990, 1991] to determine which updates on the base data can cause updates to the view.…”
Section: Related Workmentioning
confidence: 97%
See 1 more Smart Citation
“…This problem is similar to the problem of incremental view maintenance in relational/nested-relational/objectoriented/semistructured databases [Abiteboul et al 1998;Dimitrova et al 2003;El-Sayed et al 2002;Ceri and Widom 1991;Griffin and Libkin 1995;Gupta and Mumick 1995;Papakonstantinou et al 1995;Abiteboul et al 1997]. In fact, we do reuse some algorithms from the view maintenance literature Widom 1990, 1991] to determine which updates on the base data can cause updates to the view.…”
Section: Related Workmentioning
confidence: 97%
“…We avoid materialization because (a) it would require a sophisticated middleware database that can support incremental view updates and triggers over nested views, and (b) it would require the view to be updated for every relevant relational update even though user triggers may have very selective predicates. 1 In contrast, most incremental view maintenance algorithms (e.g., Abiteboul et al [1998], Bohannon et al [2004], Ceri and Widom [1991], Dimitrova et al [2003], El-Sayed et al [2002], Gluche et al [1997], Kawaguchi et al [1997], Kuno and Rundensteiner [1998], and Rys et al [1996]) assume that the view is materialized, and use the materialized old value of a row to compute its new value. We thus need to devise techniques that can selectively compute the relevant new values directly from the base data.…”
Section: Technical Challenges In Producing G Affectedmentioning
confidence: 99%
“…A large body of work exists describing different algorithms for incrementally maintaining materialized views [4][5][6][7][8][9][10][11][12][13][23][24][25][26][27][28][29][30]. Each work applies to different classes of views and has various advantages and disadvantages.…”
Section: Related Workmentioning
confidence: 99%
“…Liu and Vincent in [27,28] derive incremental expressions for the general nested relational model which is used in warehouses and in XML data. El-Sayed et al in [29,30] present an algebraic approach for incremental maintenance of materialized views expressed in XQuery, an XML query language.…”
Section: Related Workmentioning
confidence: 99%
“…In the re-materialization strategy, view data is re-computed at preestablished times. In the incremental maintenance strategy, a mechanism periodically modifies view data to reflect updates to local sources, which proved to be an effective solution [1,5].…”
Section: Introductionmentioning
confidence: 99%