@inproceedings{10.1145/3627703.3629589, author = {Che, Joanna and Jamshidi, Kasra and Vora, Keval}, title = {Contigra: Graph Mining with Containment Constraints}, year = {2024}, isbn = {9798400704376}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3627703.3629589}, doi = {10.1145/3627703.3629589}, abstract = {While graph mining systems employ efficient task-parallel strategies to quickly explore subgraphs of interest (or matches), they remain oblivious to containment constraints like maximality and minimality, resulting in expensive constraint checking on every explored match as well as redundant explorations that limit their scalability.In this paper, we develop Contigra for efficient graph mining with containment constraints. We first model the impact of constraints in terms of dependencies across exploration tasks, and then exploit the dependencies to develop: (a) task fusion that merges correlated tasks to increase cache reuse; (b) task promotion that allows explorations to continue from available subgraphs and skip re-exploring subgraphs from scratch; (c) task cancelations that avoid unnecessary constraint checking and prioritizes faster constraint validations; and (d) task skipping that safely skips certain exploration and validation tasks. Experimental results show that Contigra scale to graph mining workloads with containment constraints, which could not be handled by existing state-of-the-art systems.}, booktitle = {Proceedings of the Nineteenth European Conference on Computer Systems}, pages = {50–65}, numpages = {16}, keywords = {graph mining, keyword search, maximality, motifs, nested queries, quasi-cliques, subgraph exploration}, location = {, Athens, Greece, }, series = {EuroSys '24} }