We consider the XPath evaluation problem: Evaluate an XPath query Q on a streaming XML documentD; i.e., determine the setQ(D) of document elements selected byQ. We mainly consider Conjunctive XPath queries that involve only the child and descendant axes. Previously known in-memory algorithms for this problem use O(|D|) space and O(|Q||D|) time. Several previously known algorithms for the streaming version use Ω(dn) space and Ω(dn|D|) time in the worst case; d denotes the depth of D, and n denotes the number of location steps in Q. Their exponential space requirement could well exceed the O(|D|) space used by the in-memory algorithms. We present an efficient algorithm that uses O(d|Q | + nc) space and O((|Q | + dn)|D|) time in the worst case...
Many modern applications require processing of massive streams of XML data, creating difficult techn...
XML queries are usually expressed by means of XPath expressions identifying portions of the selected...
Abstract: In this article, we address the issues which are related to the cost-based XML query optim...
AbstractWe consider the XPath evaluation problem: Evaluate an XPath query Q on a streaming XML docum...
We present an efficient algorithm for evaluating an XPath query Q (involving only child and descenda...
AbstractWe consider the XPath evaluation problem: Evaluate an XPath query Q on a streaming XML docum...
AbstractThe important challenge of evaluating XPath queries over XML streams has sparked much intere...
The important challenge of evaluating XPath queries over XML streams has sparked much interest in th...
The important challenge of evaluating XPath queries over XML streams has sparked much interest in th...
In this paper we address the problem of evaluating XPath queries over streaming XML data. We conside...
Abstract. We address the embedding existence problem (often referred to as the fil-tering problem) o...
Streaming XPath evaluation algorithms must record a potentially exponential number of pattern matche...
Whenever queries have to be evaluated on XML data streams – or when the memory that is available to ...
Abstract. Whenever queries have to be evaluated on XML data streams- or when the memory that is avai...
XML has become a standard for document storage and interchange and its convenient syntax improves th...
Many modern applications require processing of massive streams of XML data, creating difficult techn...
XML queries are usually expressed by means of XPath expressions identifying portions of the selected...
Abstract: In this article, we address the issues which are related to the cost-based XML query optim...
AbstractWe consider the XPath evaluation problem: Evaluate an XPath query Q on a streaming XML docum...
We present an efficient algorithm for evaluating an XPath query Q (involving only child and descenda...
AbstractWe consider the XPath evaluation problem: Evaluate an XPath query Q on a streaming XML docum...
AbstractThe important challenge of evaluating XPath queries over XML streams has sparked much intere...
The important challenge of evaluating XPath queries over XML streams has sparked much interest in th...
The important challenge of evaluating XPath queries over XML streams has sparked much interest in th...
In this paper we address the problem of evaluating XPath queries over streaming XML data. We conside...
Abstract. We address the embedding existence problem (often referred to as the fil-tering problem) o...
Streaming XPath evaluation algorithms must record a potentially exponential number of pattern matche...
Whenever queries have to be evaluated on XML data streams – or when the memory that is available to ...
Abstract. Whenever queries have to be evaluated on XML data streams- or when the memory that is avai...
XML has become a standard for document storage and interchange and its convenient syntax improves th...
Many modern applications require processing of massive streams of XML data, creating difficult techn...
XML queries are usually expressed by means of XPath expressions identifying portions of the selected...
Abstract: In this article, we address the issues which are related to the cost-based XML query optim...