咨询与建议

看过本文的还看了

相关文献

该作者的其他文献

文献详情 >FreshJoin: An Efficient and Ad... 收藏

FreshJoin: An Efficient and Adaptive Algorithm for Set Containment Join

作     者:Luo, Jizhou Zhang, Wei Shi, Shengfei Gao, Hong Li, Jianzhong Wu, Wei Jiang, Shouxu 

作者机构:Harbin Inst Technol Sch Comp Sci & Technol Harbin Peoples R China 

出 版 物:《DATA SCIENCE AND ENGINEERING》 (Data Sci. Eng.)

年 卷 期:2019年第4卷第4期

页      面:293-308页

主  题:Set containment join Frequency hash Join algorithm 

摘      要:This paper revisits set containment join (SCJ) problem, which uses the subset relationship (i.e., subset of) as condition to join set-valued attributes of two relations and has many fundamental applications in commercial and scientific fields. Existing in-memory algorithms for SCJ are either signature-based or prefix-tree-based. The former incurs high CPU cost because of the enumeration of signatures, while the latter incurs high space cost because of the storage of prefix trees. This paper proposes a new adaptive parameter-free in-memory algorithm, named as frequency-hashjoin or FreshJoin in short, to evaluate SCJ efficiently. FreshJoin builds a flat index on-the-fly to record three kinds of signatures (i.e., two least frequent elements and a hash signature whose length is determined adaptively by the frequencies of elements in the universe set). The index consists of two sparse inverted indices and two arrays which record hash signatures of all sets in each relation. The index is well organized such that FreshJoin can avoid enumerating hash signatures. The rationality of this design is explained. And, the time and space cost of the proposed algorithm, which provide a rule to choose FreshJoin from existing algorithms, are analyzed. Experiments on 16 real-life datasets show that FreshJoin usually reduces more than 50% of space cost while remains as competitive as the state-of-the-art algorithms in running time.

读者评论 与其他读者分享你的观点

用户名:未登录
我的评分