Sciweavers

XIMEP
2005
ACM

Updating the Pre/Post Plane in MonetDB/XQuery

13 years 10 months ago
Updating the Pre/Post Plane in MonetDB/XQuery
We outline an efficient ACID-compliant mechanism for structural inserts and deletes in relational XML document storage that uses a region based pre/size/level encoding (equivalent to the pre/post encoding). Updates to such node-numbering schemes are considered prohibitive (i.e. physical cost linear to document size), because structural updates cause shifts in all pre-numbers after the update point, and require updates of the size of all ancestors, such that the root of the tree becomes a locking bottleneck. We show how such locking can be avoided by updating the size of ancestors using deltaincrements, which are transaction-commutative operations. We also reduce the physical cost to the minimum (i.e. linear to update volume) by carefully exploiting the virtual column feature of MonetDB to store pre numbers (virtual columns are never materialized, and thus need not be updated). In our evaluation, we show the overhead of the update-feature in MonetDB/XQuery in terms of added XMark evalu...
Peter A. Boncz, Stefan Manegold, Jan Rittinger
Added 26 Jun 2010
Updated 26 Jun 2010
Type Conference
Year 2005
Where XIMEP
Authors Peter A. Boncz, Stefan Manegold, Jan Rittinger
Comments (0)