-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path00_paper_entrypoint.tex
More file actions
44 lines (37 loc) · 1.85 KB
/
00_paper_entrypoint.tex
File metadata and controls
44 lines (37 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\input{preamb.tex}
\begin{abstract}
Despite the growing popularity of techniques related to graph summarization, a general operator for the flexible nesting of graphs is still missing.
We propose a novel nested graph data model and a powerful graph nesting operator. In contrast to existing approaches, our approach is able to summarize vertices and paths among vertex groups within a single query. Further on, our model supports partial nestings under the preservation of original graph elements as well as the full recovery of the original graph. We propose an efficient nesting algorithm (THoSP) that is able to perform vertex and path nestings in a single visit of the input graph. Results of an experimental evaluation show that THoSP outperforms equivalent implementations based on graph (Cypher, SPARQL), relational (SQL) and document oriented (ArangoDB) databases.
\end{abstract}
\fancyhead{}
\begin{document}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002951.10002952.10002953.10010146</concept_id>
<concept_desc>Information systems~Graph-based database models</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10002951.10002952.10003190.10003192.10003210</concept_id>
<concept_desc>Information systems~Query optimization</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[300]{Information systems~Query optimization}
\ccsdesc[300]{Information systems~Graph-based database models}
\keywords{Graph Nesting, Nested graphs, Nested Property Graphs}
\fancyhead{}
\maketitle
\input{01_introduction.tex}
\input{02_related_bis.tex}
\input{03_datamodel.tex}
\input{06_thosp_short.tex}
\input{07_evaluation_anonymous.tex}
\input{08_conclusions.tex}
\bibliographystyle{ACM-Reference-Format}
\bibliography{mbib}
\appendix
\input{60_languages.tex}
\end{document}