Book Image

NoSQL Data Models

By : Olivier Pivert
Book Image

NoSQL Data Models

By: Olivier Pivert

Overview of this book

Big Data environments are now to be handled in most current applications, this book addresses the latest issues and hurdles that are encountered in such environments. The book begins by presenting an overview of NoSQL languages and systems. Then, you’ll evaluate SPARQL queries over large RDF datasets and devise a solution that will use the MapReduce framework to process SPARQL graph patterns. Next, you’ll handle the production of web data, generate a set of links between two different datasets and overcome different heterogeneity problems. Moving ahead, you’ll take the multi-graph based approach to overcome challenges faced by the RDF data management community. Finally, you’ll deal with the flexible querying of graph databases and textual data management. By the end of this book, you’ll have gathered essential information on big data challenges faced by NoSQL databases.
Table of Contents (11 chapters)
Preface
8
List of Authors
9
Index
10
End User License Agreement

4.6. Query processing and optimization

4.6.1. Introduction

In this section, we analyze how global (or multi-data stores) queries are processed. They are done partly by the data stores and partly by an external component (global query engine). This query engine can be centralized or distributed and needs statistics from the different data stores to perform efficient optimizations. Of course, the query processing only somewhat depends on the underlying global query language. We distinguish two categories: integrated query languages (based on an integrated global schema) and federated query languages (without a global schema). The first part of this section describes federated query language works [KOL 16, DUG 15] and the second part describes integrated query language works [SEL 17, BAJ 11, LIA 16, VIL 13, ZHU 11, DEW 13, LEF 14].

4.6.2. Federated query language approaches

CloudMdsQL, Querying heterogeneous Cloud data stores with a functional query language: Valduriez et al. [KOL 16...