ArithRegion-An Index Structure on Compressed XML Data

Xiaoyuan BAO,Shiwei TANG,Ling WU,Dongqing YANG,Zaisheng SONG,Tengjiao WANG
DOI: https://doi.org/10.3321/j.issn:0479-8023.2006.01.019
2006-01-01
Abstract:Even XML is used as a popular data exchange standard over Internet and Intranet, its space expansion makes the transmitting and storing of XML data very expensive in terms of resources because of adding tags to every different semantic content unit. After compressed, its size will be much smaller, but how to evaluate query efficiently and directly based on the compressed data is still a necessary work. The authors propose an XML index structure using B+ tree as its' backbone structure, on compressed data which is resulted from revert arithmetic compression, ArithRegion. Queries as the form of //element1/element2/.../elementm can be evaluated efficiently using ArithRegion.
What problem does this paper attempt to address?