Affiliation:
1. KAIST, Korea
2. The University of New South Wales, Australia
Abstract
Over the past few years, there have been an increasing number of Web applications that exchange various types of data on the Internet. In this article, we propose a technique for building efficient and scalable XML publish/subscribe applications. In particular, we look at the problem of processing streaming XML data efficiently against a large number of branch XPath queries. To improve the performance of XML data processing, the branch queries that have similar query characteristics are grouped, and common paths between the queries in the same group are identified. Then, these groups of queries are processed against an XML schema to validate query structures. After performing structural matching of queries, the queries are organized in a way that multiple queries can be evaluated simultaneously in the post-processing phase. In the post-processing phase, join operations are executed in a pipeline fashion, and intermediate join results are shared amongst the queries in the same group. The benefit of this approach is that, the total number of join operations performed in the post-processing phase is significantly reduced. In addition, we also present how to efficiently return all matching elements for each matching branch query. Experiments show that our proposal is efficient and scalable compared to previous works.
Reference72 articles.
1. Altinel, M., & Franklin, M. J. (2000, Sep). Efficient filtering of xml documents for selective dissemination of information. In Proceedings of the 26th international conference on very large data bases (pp. 53–64). San Francisco, CA: Morgan Kaufmann.
2. Bar-Yossef, Z., Fontoura, M., & Josifovski, V. (2005). Buffering in query evaluation over xml streams. In Proceedings of the twenty-fourth acm sigmod-sigact-sigart symposium on principles of database systems (pp. 216–227). New York, NY: ACM.
3. Barta, A., Consens, M. P., & Mendelzon, A. O. (2005, Aug–Sep). Benefits of path summaries in an xml query optimizer supporting multiple access methods. In Proceedings of the 31st international conference on very large data bases (pp. 133–144). Trondheim, Norway: ACM.
4. Barton, C., Charles, P., Goyal, D., Raghavachari, M., Fontoura, M., & Josifovski, V. (2003, Mar). Streaming xpath processing with forward and backward axes. In Proceedings of the 19th international conference on data engineering (pp. 455–466). Bangalore, India: IEEE Computer Society.
5. Benedikt, M., Jeffrey, A., & Ley-Wild, R. (2008, June). Stream firewalling of xml constraints. In Proceedings of the acm sigmod international conference on management of data (pp. 487–498). Vancouver, Canada: ACM.