2016 IEEE 32nd International Conference on Data Engineering (ICDE) 2016
DOI: 10.1109/icde.2016.7498237
|View full text |Cite
|
Sign up to set email alerts
|

Scalable supergraph search in large graph databases

Abstract: Supergraph search is a fundamental problem in graph databases that is widely applied in many application scenarios. Given a graph database and a query-graph, supergraph search retrieves all data-graphs contained in the query-graph from the graph database. Most existing solutions for supergraph search follow the pruning-and-verification framework, which prunes false answers based on features in the pruning phase and performs subgraph isomorphism testings on the remaining graphs in the verification phase. Howeve… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
9
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 15 publications
(9 citation statements)
references
References 28 publications
0
9
0
Order By: Relevance
“…A series of experiments using a real-world dataset demonstrated the efficiency of the proposed method, achieving a search speed several orders of magnitude faster than the previous best. In future work, we plan to compare DGTree [13] which also does not require any knowledge of the query set or the frequent subgraph patterns to construct its index but stores all mappings between graphs in the database and patterns in the index.…”
Section: Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…A series of experiments using a real-world dataset demonstrated the efficiency of the proposed method, achieving a search speed several orders of magnitude faster than the previous best. In future work, we plan to compare DGTree [13] which also does not require any knowledge of the query set or the frequent subgraph patterns to construct its index but stores all mappings between graphs in the database and patterns in the index.…”
Section: Resultsmentioning
confidence: 99%
“…Graph searches are a fundamental component in applications such as chemo-informatics [19], [26], bioinformatics [1], computer-aided design [14], computer vision [16], [18], pattern recognition, XML, social networks, World Wide Web, and software analysis. For a database consisting of the set of graphs G = {g 1 , g 2 , · · · , g n } and a given query q, there are two types of graph searches depending on the desired output: [7], [8], [11], [17], [22], [24] • Supergraph search: {g i ∈ G | g i ⊆ q} [4], [13], [21], [23], [25].…”
Section: Introductionmentioning
confidence: 99%
“…• Subgraph search: {g i ∈ G | q ⊆ g i } [3], [7], [8], [11], [17], [22], [24] • Supergraph search: {g i ∈ G | g i ⊆ q} [4], [13], [21], [23], [25].…”
Section: Introductionmentioning
confidence: 99%
“…It also simplifies the complexity of design and implementation; popular notation is "if you can see whiteboard, you can graph." Being a high-level abstraction to the network model database, it reduced the coding effort to one-tenth; it's a key technology used in rapid application development (RAD) [5], [6].…”
Section: Graph Databasesmentioning
confidence: 99%
“…It's portable and requires only a single JAR file for execution. DEX is called the fourth most popular graph database today [3], [6].…”
Section: Dexmentioning
confidence: 99%