版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构: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.