Keyword search on large graphs: A survey

J Yang, W Yao, W Zhang - Data Science and Engineering, 2021 - Springer
With the prevalence of Internet access and online services, various big graphs are
generated in many real applications (eg, online social networks and knowledge graphs). An …

BigSet: An Efficient Set Intersection Approach

S Zhang, J Yang, W Zhang, S Yang… - IEEE Transactions on …, 2024 - ieeexplore.ieee.org
Set intersection is a fundamental operation in many applications, such as common neighbor
computation in graph-based algorithms, set similarity computation, item recommendation …

Fast join project query evaluation using matrix multiplication

S Deep, X Hu, P Koutris - Proceedings of the 2020 ACM SIGMOD …, 2020 - dl.acm.org
In the last few years, much effort has been devoted to developing join algorithms to achieve
worst-case optimality for join queries over relational databases. Towards this end, the …

Achieving efficient and privacy-preserving set containment search over encrypted data

Y Zheng, R Lu, Y Guan, J Shao… - IEEE Transactions on …, 2021 - ieeexplore.ieee.org
Set containment search, which aims to retrieve all set records containing a specific query
set, has received considerable attention. Meanwhile, due to the dramatic growth of data …

Data structure set-trie for storing and querying sets: Theoretical and empirical analysis

I Savnik, M Akulich, M Krnc, R Škrekovski - Plos one, 2021 - journals.plos.org
Set containment operations form an important tool in various fields such as information
retrieval, AI systems, object-relational databases, and Internet applications. In the paper, a …

Exploiting GPUs for fast intersection of large sets

C Bellas, A Gounaris - Information Systems, 2022 - Elsevier
The main focus of this work is on large set intersection, which is a pivotal operation in
information retrieval, graph analytics and database systems. We aim to experimentally …

Lcjoin: Set containment join via list crosscutting

D Deng, C Yang, S Shang, F Zhu… - 2019 IEEE 35th …, 2019 - ieeexplore.ieee.org
A set containment join operates on two set-valued attributes with a subset (⊆) relationship
as the join condition. It has many real-world applications, such as in publish/subscribe …

Tt-join: Efficient set containment join

J Yang, W Zhang, S Yang, Y Zhang… - 2017 IEEE 33rd …, 2017 - ieeexplore.ieee.org
In this paper, we study the problem of set containment join. Given two collections R and S of
records, the set containment join R∞ I⊆ S retrieves all record pairs {(r, s)}∈ R× S such that …

Multiset-trie data structure

M Akulich, I Savnik, M Krnc, R Škrekovski - Algorithms, 2023 - mdpi.com
This paper proposes a new data structure, multiset-trie, that is designed for storing and
efficiently processing a set of multisets. Moreover, multiset-trie can operate on a set of sets …

Efficient set containment join

J Yang, W Zhang, S Yang, Y Zhang, X Lin, L Yuan - The VLDB Journal, 2018 - Springer
In this paper, we study the problem of set containment join. Given two collections RR and SS
of records, the set containment join R ⋈ _ ⊆ SR⋈⊆ S retrieves all record pairs {(r, s)\} ∈ R …