Skip to main content

Index Selection for Efficient XML Path Expression Processing

  • Conference paper
Book cover Conceptual Modeling for Novel Application Domains (ER 2003)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 2814))

Included in the following conference series:

Abstract

One approach to building an efficient XML query processor is to use RDBMSs to store and query XML documents. XML queries contain a number of features that are either hard to translate into SQLs or for which the resulting SQL is complex and inefficient. Among them, path expressions pose a new challenge for efficient XML query processing in RDBMSs. Building index structures for path expressions is necessary. Meanwhile, indexes occupy much disk space. There is a tradeoff between the consumption of disk space and the efficiency of query evaluation. In this paper, we present a cost model for the space consumption of indexes and their benefit to XML queries. Making use of the statistics of XML data and the characteristics of the target application, we adopt greedy algorithm to select some map indexes to be built. Our experimental study demonstrates that query performance get comparatively significant improvement over the case without indexes while only consuming disk space of modest size.

The work was supported by the Hi-Tech Research and Development Program of China under grant No. 2002AA413110. Shuigeng Zhou was also supported by the Hi-Tech Research and Development Program of China under grant No. 2002AA135340 and partially supported by the Open Research Fund Program of State Key Lab of Software Engineering of China under grant No. SKL(4)003.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

References

  1. Abiteboul, S.: Querying Semi-Structured Data. In: Afrati, F.N., Kolaitis, P.G. (eds.) ICDT 1997. LNCS, vol. 1186, pp. 1–18. Springer, Heidelberg (1996)

    Google Scholar 

  2. Florescu, D., Kossmann, D.: A Performance Evaluation of Alternative Mapping Schemes for Storing XML Data in a Relational Database. Technical Report 3680, INRIA (1999)

    Google Scholar 

  3. Shanmugasundaram, J., Tufte, K., Zhang, C., et al.: Relational Databases for Querying XML Documents: Limitations and Opportunities. In: Proc. of VLDB 1999, pp. 302–314 (1999)

    Google Scholar 

  4. Tian, F., DeWitt, D.J., Chen, J., et al.: The Design and Performance Evaluation of Alternative XML Storage Strategies. SIGMOD Record Special Issue on Data Management Issues in E-commerce (March 2002)

    Google Scholar 

  5. Abiteboul, S., Quass, D., Mchugh, J., et al.: The Lore Query Language for Semistructured Data. International Journal on Digital Libraries 1(1), 68–88 (1997)

    Article  Google Scholar 

  6. Deutsch, A., Fernandez, M., Florescu, D., et al.: XML-QL: A Query Language for XML. W3C Note (1998), http://www.w3.org/TR/1998/NOTE-xml-ql-19980819

  7. Clark, J., DeRose, S.: XML Path Language (XPath). W3C Recommendation (1999), http://www.w3.org/TR/xpath

  8. Boag, S., Chamberlin, D., Fernandez, M.F., et al.: XQuery 1.0: An XML Query Language. W3C Working Draft (2002), http://www.w3.org/TR/xquery

  9. Valduriez, P.: Join Indices. TODS 12(2), 218–246 (1987)

    Article  Google Scholar 

  10. Kemper, A., Moerkotte, G.: Access Support in Object Bases. In: Proc. of SIGMOD 1990, pp. 364–374 (1990)

    Google Scholar 

  11. Han, J., Xie, Z., Fu, Y.: Join Index Hierarchy: An Indexing Structure for Efficient Navigation in Object-Oriented Databases. TKDE 11(2), 321–337 (1999)

    Google Scholar 

  12. Goldman, R., Widom, J.: DataGuides: Enabling Query Formulation and Optimization in Semistructured Databases. In: Proc. of VLDB, pp. 436–445 (1997)

    Google Scholar 

  13. McHugh, J., Abiteboul, S., Goldman, R., et al.: Lore: A Database Management System for Semistructured Data. SIGMOD Record 26(3), 54–66 (1997)

    Article  Google Scholar 

  14. Milo, T., Suciu, D.: Index Structures for Path Expressions. In: Beeri, C., Bruneman, P. (eds.) ICDT 1999. LNCS, vol. 1540, pp. 277–295. Springer, Heidelberg (1998)

    Chapter  Google Scholar 

  15. Zheng, S., Zhou, A., Yu, J.X., et al.: Structural Map: A New Index for Efficient XML Path Expression Processing. In: Meng, X., Su, J., Wang, Y. (eds.) WAIM 2002. LNCS, vol. 2419, p. 25. Springer, Heidelberg (2002)

    Chapter  Google Scholar 

  16. Bohannon, P., Freire, J., Roy, P., et al.: From XML Schema to Relations: A Cost- Based Approach to XML Storage. In: Proc. of ICDE 2002 (2002)

    Google Scholar 

  17. Bohme, T., Rahm, E.: XMach-1: A Benchmark for XML Data Management. In: Proc. of GDC (2001)

    Google Scholar 

  18. Carey, M.J., Kiernan, J., Shanmugasundaram, J., et al.: XPERANTO: Middleware for publishing object-relational data as XML documents. In: Proc. of VLDB, pp. 646–648 (2000)

    Google Scholar 

  19. Fernandez, M.F., Tan, W.C., Suciu, D.: SilkRoute: Trading between Relations and XML. WWW9/Computer Networks 33(1-6), 723–745 (2000)

    Article  Google Scholar 

  20. Chang, C.Y., Chen, M.S.: Exploring Aggregate Effect withWeighted Transcoding Graphs for Efficient Cache Replacement in Transcoding Proxies. In: Proc. of ICDE (2002)

    Google Scholar 

  21. Zhou, A., Lu, H., Zheng, S., et al.: VXMLR: A Visual XML-Relational Database System. In: Proc. of VLDB (2001)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2003 Springer-Verlag Berlin Heidelberg

About this paper

Cite this paper

Guo, Z., Xu, Z., Zhou, S., Zhou, A., Li, M. (2003). Index Selection for Efficient XML Path Expression Processing. In: Jeusfeld, M.A., Pastor, Ó. (eds) Conceptual Modeling for Novel Application Domains. ER 2003. Lecture Notes in Computer Science, vol 2814. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-540-39597-3_27

Download citation

  • DOI: https://doi.org/10.1007/978-3-540-39597-3_27

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-540-20257-8

  • Online ISBN: 978-3-540-39597-3

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics