Sciweavers

591 search results - page 3 / 119
» The complexity of XPath query evaluation
Sort
View
WWW
2007
ACM
14 years 9 months ago
Exploit sequencing views in semantic cache to accelerate xpath query evaluation
In XML databases, materializing queries and their results into views in a semantic cache can improve the performance of query evaluation by reducing computational complexity and I...
Jianhua Feng, Na Ta, Yong Zhang, Guoliang Li
ICDE
2003
IEEE
98views Database» more  ICDE 2003»
14 years 10 months ago
XPath Query Evaluation: Improving Time and Space Efficiency
Contemporary XPath query engines evaluate queries in time exponential in the sizes of input queries, a fact that has gone unnoticed for a long time. Recently, the first main
Georg Gottlob, Christoph Koch, Reinhard Pichler
EDBT
2009
ACM
90views Database» more  EDBT 2009»
14 years 1 months ago
Parallelization of XPath queries using multi-core processors: challenges and experiences
In this study, we present experiences of parallelizing XPath queries using the Xalan XPath engine on shared-address space multi-core systems. For our evaluation, we consider a sce...
Rajesh Bordawekar, Lipyeow Lim, Oded Shmueli
DATESO
2010
233views Database» more  DATESO 2010»
13 years 6 months ago
Efficient Implementation of XPath Processor on Multi-Core CPUs
Abstract. Current XPath processors use direct approach to query evaluation which is quite inefficient in some cases and usually implemented serially. This may be a problem in case ...
Martin Krulis, Jakub Yaghob
ICDT
2009
ACM
119views Database» more  ICDT 2009»
14 years 9 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...