Sciweavers

269 search results - page 3 / 54
» Evaluating Nested Queries on XML Data
Sort
View
DEXA
2003
Springer
115views Database» more  DEXA 2003»
14 years 20 days ago
Storing and Querying XML Data in the Nested Relational Sequence Database System
Abstract. We developed the Nested Relational Sequence Database System (NRSD System), which is built upon the Nested Relational Sequence Model (NRSM). The NRSM eliminates a substant...
Ho Lam Lau, Wilfred Ng
EDBT
2004
ACM
313views Database» more  EDBT 2004»
14 years 7 months ago
XQzip: Querying Compressed XML Using Structural Indexing
XML makes data flexible in representation and easily portable on the Web but it also substantially inflates data size as a consequence of using tags to describe data. Although many...
James Cheng, Wilfred Ng
VLDB
2004
ACM
124views Database» more  VLDB 2004»
14 years 24 days ago
Containment of Nested XML Queries
Query containment is the most fundamental relationship between a pair of database queries: a query Q is said to be contained in a query Q if the answer for Q is always a subset of...
Xin Dong, Alon Y. Halevy, Igor Tatarinov
ICDE
2006
IEEE
185views Database» more  ICDE 2006»
14 years 1 months ago
Don't be a Pessimist: Use Snapshot based Concurrency Control for XML
Currently, only few XML data management systems support concurrent access to an XML document, and if they do, they typically apply variations of hierarchical locking to handle XML...
Zeeshan Sardar, Bettina Kemme
ICDT
2009
ACM
119views Database» more  ICDT 2009»
14 years 8 months ago
Incremental XPath evaluation
We study the problem of incrementally maintaining an XPath query on an XML database under updates. The updates we consider are node insertion, node deletion, and node relabeling. ...
Henrik Björklund, Marcel Marquardt, Wim Marte...