Proceedings of the 2016 International Conference on Management of Data 2016
DOI: 10.1145/2882903.2903731
|View full text |Cite
|
Sign up to set email alerts
|

Closing the functional and Performance Gap between SQL and NoSQL

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
24
0
2

Year Published

2017
2017
2024
2024

Publication Types

Select...
7
2

Relationship

1
8

Authors

Journals

citations
Cited by 32 publications
(26 citation statements)
references
References 12 publications
0
24
0
2
Order By: Relevance
“…Find a department D1's head and all individuals who report directly or indirectly to D1's head Assume the graph data stays in the underlying relational base tables T1, T2, shown in Figure 1. The two declarative graph PGQL queries (Property Graph Query Language, see specifications in [22]) in Table 2 are created on top of T1 and T2. Table 2 also shows equivalent SQL implementations using a recursive WITH clause.…”
Section: Equivalent Sql Querymentioning
confidence: 99%
“…Find a department D1's head and all individuals who report directly or indirectly to D1's head Assume the graph data stays in the underlying relational base tables T1, T2, shown in Figure 1. The two declarative graph PGQL queries (Property Graph Query Language, see specifications in [22]) in Table 2 are created on top of T1 and T2. Table 2 also shows equivalent SQL implementations using a recursive WITH clause.…”
Section: Equivalent Sql Querymentioning
confidence: 99%
“…Most solutions consider the mapping of JSON data to relational data. In this context, several RDBMS vendors support JSON data management, like Oracle [1,29], DB2 [30], SQL Server [31] and PostgreSQL [32]. Their capabilities usually include: (i) a binary storage format, like Oracle OSON and DB2 BSON; (ii) SQL extensions that allow the generation and retrieval of data in JSON format, like Oracle SQL/JSON; (iii) APIs to manipulate JSON data, like DB2 JSON API; and (iv) indexing strategies for JSON data.…”
Section: Survey Scope: What Is Outmentioning
confidence: 99%
“…In the first approach, they introduced the ability to store XML as a native type (Microsoft SQL Server 2005) [14], but its heavy format increased disk usage [17]. This decreases the functional and performance gap between SQL and NoSQL [9].…”
Section: Related Workmentioning
confidence: 99%