Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
Dividing Huge XML Trees Using the m-bridge Technique over One-to-one Corresponding Binary Trees
Takayuki KawamuraKiminori Matsuzaki
著者情報
ジャーナル フリー

2014 年 9 巻 3 号 p. 251-261

詳細
抄録
Tree data such as XML trees have recently been getting larger and larger. Parallel and distributed processing is a promising way of dealing with big data, but we need to divide the data in the first step. Since computation over trees often requires relationships between parents and children and/or among siblings, we should pay attention to such relationships. There is a technique called the “m-bridge” for dividing trees. We can easily compute m-bridges for trees of any shape. However, division with the m-bridge technique is sometimes unsatisfactory for shallow XML trees. We propose a method of tree division for XML trees in this study, in which we apply the m-bridge technique to a one-to-one corresponding binary tree. We implement the tree division algorithm using the Simple API for XML (SAX) Parser. An important feature of our algorithm is that we transform and divide XML trees in the order that the SAX parser reads the trees. We carried out experiments and discuss the properties of the tree division algorithm we propose. In addition, we discuss how we can use the divided trees with query examples.
著者関連情報
© 2014 Information Processing Society of Japan
前の記事 次の記事
feedback
Top