Abstract
We will demonstrate SparkSQL+, a SQL processing engine built on top of Spark. Unlike the vanilla SparkSQL that uses classical query plans, SparkSQL+ adopts some of the recently developed new query plans, including generalized hypertree decompositions (GHD), worst-case optimal join (WCOJ) algorithms, and conjunctive queries with comparisons (CQC). SparkSQL+ also provides a platform for users to explore different query plans for a given query through a web-based interface, and compare their performance with classical query plans on the same Spark core.
Original language | English |
---|---|
Title of host publication | SIGMOD/PODS '23: Companion of the 2023 International Conference on Management of Data |
Publisher | Association for Computing Machinery (ACM) |
Pages | 115–118 |
Number of pages | 4 |
ISBN (Electronic) | 9781450395076 |
ISBN (Print) | 9781450395076 |
DOIs | |
Publication status | Published - 5 Jun 2023 |
Event | ACM SIGMOD International Conference on Management of Data, SIGMOD/PODS 2023 - Seattle, United States Duration: 18 Jun 2023 → 23 Jun 2023 https://2023.sigmod.org/ https://dl.acm.org/doi/proceedings/10.1145/3555041 |
Publication series
Name | Proceedings of the ACM SIGMOD International Conference on Management of Data |
---|---|
ISSN (Print) | 0730-8078 |
Conference
Conference | ACM SIGMOD International Conference on Management of Data, SIGMOD/PODS 2023 |
---|---|
Country/Territory | United States |
City | Seattle |
Period | 18/06/23 → 23/06/23 |
Internet address |
Scopus Subject Areas
- Software
- Information Systems
User-Defined Keywords
- acyclic joins
- compilation
- conjunctive query
- visualization