Auflistung nach Autor:in "Weiner, Andreas M."
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- KonferenzbeitragAdvanced cardinality estimation in the XML query graph model(Datenbanksysteme für Business, Technologie und Web (BTW), 2011) Weiner, Andreas M.Reliable cardinality estimation is one of the key prerequisites for effective cost-based query optimization in database systems. The XML Query Graph Model (XQGM) is a tuple-based XQuery algebra that can be used to represent XQuery expressions in native XML database management systems. This paper enhances previous works on reliable cardinality estimation for XQuery and introduces several inference rules that deal with the unique features of XQGM, such as native support for Structural Joins, nesting, and multi-way merging. These rules allow to estimate the runtime cardinalities of XQGM operators. Using this approach, we can support classical join reordering with appropriate statistical information, perform cost-based query unnesting, and help to find the best evaluation strategy for value-based joins. The effectiveness of our approach for query optimization is evaluated using the query optimizer of XTC.
- KonferenzbeitragNow it's obvious to the eye – Visually explaining XQuery evaluation in a native XML database management system(Datenbanksysteme in Business, Technologie und Web (BTW) – 13. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), 2009) Weiner, Andreas M.; Mathis, Christian; Härder, Theo; Hoppen, Caesar Ralf FranzAs the evaluation of XQuery expressions in native XML database management systems is a complex task and offers several degrees of freedom, we propose a visual explanation tool-providing an easily understandable graphical representation of XQuery-for track