Abstract
Map-Reduce (MR) is a distributed programming framework which became very popular since its introduction, due to its ability to process massive data sets. MR provides a robust and straightforward mechanism to implement distributed applications without worrying much about many management aspects of parallel programming (e.g., instantiating jobs, data distribution, job synchronization). On the other hand, the Resource Description Framework (RDF) with its simplicity and flexibility, can represent semistructured and unstructured data which are very important for representing web-semantics. SPARQL is a query language aimed at retrieving and manipulating data stored in RDF format and also supports “Big Data” applications. In this book chapter, we present a framework designed to evaluate complex SPARQL queries fast. To improve the execution of SPARQL queries, we implemented the query engine on the Hadoop framework. The engine can handle large and complex queries involving multiple join variables while running on large RDF data sets. Further execution speedup is obtained by preprocessing the input data with parallel Bloom filters. The query engine has been tested on the SP2 benchmark, and the results demonstrate the benefits of the design. In this case, the minimum query improvement is 5% while the maximum improvement has been achieved is 82%.
Original language | English |
---|---|
Title of host publication | Advances in Computers |
Editors | Ali R. Hurson |
Number of pages | 33 |
Volume | 119 |
Place of Publication | Cambridge, MA |
Publisher | Academic Press |
Publication date | 2020 |
Pages | 1-33 |
Chapter | 1 |
ISBN (Print) | 9780128203255 |
ISBN (Electronic) | 9780128203262 |
DOIs | |
Publication status | Published - 2020 |
Externally published | Yes |
Keywords
- Bloom filter
- Hadoop
- RDF
- SPARQL
- Query processing