Parallel Structural Join Algorithms
Jian Xin Li, Guo Ren Wang, Nan Tang, Bin Wang, Ya Xin Yu, Haining Zhang
Abstract
Jian Xin Li, Guo Ren Wang, Nan Tang, Bin Wang, Ya Xin Yu, Haining Zhang
Abstract
Join operation is the most expendable operation as well as the most universal operation in database system. The main join operation is equi-join operation in traditional database systems, and previous work about parallel join mainly focuses on the equi-join operation. In addition, with the growing importance of XML in Web applications, XML has become the new standard for data exchange over Internet. Unlike the equi-join in traditional databases, the join operation about XML belongs to structural join operation. Previous parallel join algorithms that are suitable to equi-join cannot solve structural join problems. Therefore, the problem of parallel structural join is proposed for the first time. Also proposed in this paper are two parallel structural join algorithms, equal high histogram join algorithm and equal breadth histogram join algorithm, that are proposed by utilizing histogram on parallel join. Experimental results indicate that both algorithms can improve the performance of structural joins.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Join operation is the most expendable operation as well as the most universal operation in database system. The main join operation is equi-join operation in traditional database systems, and previous work about parallel join mainly focuses on the equi-join operation. In addition, with the growing importance of XML in Web applications, XML has become the new standard for data exchange over Internet. Unlike the equi-join in traditional databases, the join operation about XML belongs to structural join operation. Previous parallel join algorithms that are suitable to equi-join cannot solve structural join problems. Therefore, the problem of parallel structural join is proposed for the first time. Also proposed in this paper are two parallel structural join algorithms, equal high histogram join algorithm and equal breadth histogram join algorithm, that are proposed by utilizing histogram on parallel join. Experimental results indicate that both algorithms can improve the performance of structural joins.
Key concepts: Join (topology), Hash join, Sort-merge join, Computer science, Joins, Algorithm, Database, XML