Sciweavers

1018 search results - page 14 / 204
» On the minimization of XPath queries
Sort
View
88
Voted
PODS
2008
ACM
143views Database» more  PODS 2008»
15 years 9 months ago
XPath, transitive closure logic, and nested tree walking automata
We consider the navigational core of XPath, extended with two operators: the Kleene star for taking the transitive closure of path expressions, and a subtree relativisation operat...
Balder ten Cate, Luc Segoufin
ICDE
2008
IEEE
129views Database» more  ICDE 2008»
15 years 10 months ago
Hierarchical Indexing Approach to Support XPath Queries
We study new hierarchical indexing approach to process XPATH queries. Here, a hierarchical index consists of index entries that are pairs of queries and their (full/partial) answer...
Jeffrey Xu Yu, Kam-Fai Wong, M. Tamer Özsu, N...
DATESO
2010
233views Database» more  DATESO 2010»
14 years 7 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
CIKM
2009
Springer
15 years 4 months ago
XQGen: an algebra-based XPath query generator for micro-benchmarking
We propose XQGen, a stand-alone, algebra-based XPath generator to aid engineers in testing and improving the design of XML query engines. XQGen takes an XML schema sketch and user...
Yuqing Wu, Namrata Lele, Rashmi Aroskar, Sharanya ...
XIMEP
2006
ACM
194views Database» more  XIMEP 2006»
15 years 3 months ago
Template Folding for XPath
We discuss query evaluation for XML-based server systems where the same query is evaluated on every incoming XML message. In a typical scenario, many of the incoming messages will...
Carl-Christian Kanne, Guido Moerkotte