Proceedings of the 2002 ACM SIGMOD International Conference on Management of Data 2002
DOI: 10.1145/564691.564726
|View full text |Cite
|
Sign up to set email alerts
|

Efficient algorithms for minimizing tree pattern queries

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
66
0

Year Published

2002
2002
2009
2009

Publication Types

Select...
8
1

Relationship

0
9

Authors

Journals

citations
Cited by 54 publications
(67 citation statements)
references
References 22 publications
1
66
0
Order By: Relevance
“…So, no matter whether we use a naive XML to relational translation, or these more sophisticated translation schemes, in the end the RDBMS will evaluate SQ 1 1 . Another valid question to ask at this point is whether the algorithms for minimizing XML queries, such as in [3,18], will help in this context. These algorithms remove parts of the XML query that are made redundant by other parts of the query.…”
Section: Translation Examplementioning
confidence: 99%
“…So, no matter whether we use a naive XML to relational translation, or these more sophisticated translation schemes, in the end the RDBMS will evaluate SQ 1 1 . Another valid question to ask at this point is whether the algorithms for minimizing XML queries, such as in [3,18], will help in this context. These algorithms remove parts of the XML query that are made redundant by other parts of the query.…”
Section: Translation Examplementioning
confidence: 99%
“…Since the size of an XPath query (in terms of the number of steps) is a key determinant of its evaluation complexity (e.g., [8]), an obvious optimization that has been explored is to minimize the size of a XPath query by eliminating redundant steps [17,2,13]. More recent work has shifted to understanding the properties of XPath expressions to identify useful rewriting rules [3], eliminating reverse axes in queries to facilitate their evaluation on streaming data [12], and to transforming queries to algebraic form for efficient evaluation [10].…”
Section: Permission To Copy Without Fee All or Part Of This Materials mentioning
confidence: 99%
“…In contrast to the research on minimizing redundant XPath steps [17,2,13] which relies on integrity constraints of the data schema, our rewriting techniques are designed for minimizing non-redundant wildcard steps and do not require knowledge of the data schema. Another difference from these work is that our techniques apply to a larger fragment of XPath queries beyond the child and descendant axes considered for twig queries there.…”
Section: Related Workmentioning
confidence: 99%
“…The query equivalence problem is closely linked to the query minimization problem, which is essential for data base researchers. Since the time required for the evaluation of a given query Q is linear with respect to the size of Q ( [6]), the minimization -possibility of replacing Q by an equivalent query of smaller size -is of interest from the point of view of complexity ( [7,8,9,10]). …”
Section: Introductionmentioning
confidence: 99%