2019Cambridge University Press eBooksRequires access

Big Data and NoSQL

Parteek Bhatia

Open publisher page 0 citations

Abstract

Chapter Objectives ✓ To discuss the major issues of relational databases ✓ To understand the need for NoSQL ✓ To comprehend the characteristics of NoSQL ✓ To understand different data models of NoSQL ✓ To understand the concept of the CAP theorem ✓ To discuss the future of NoSQL After about half a century of dominance of relational database, the current excitement about NoSQL databases comes as a big surprise. In this chapter, we'll explore the challenges faced by relational databases due to changing technological paradigms and why the current rise of NoSQL databases is not a flash in the pan. Let us start our discussion by looking at relational databases. The Rise of Relational Databases Dr E. F Codd proposed the relational model in 1969. It was soon adopted by the mainstream software industries due to its simplicity and efficiency replacing hierarchical and network models that were prevalent at that time. The timeline showing the rise of the relational model is depicted in Figure 15.1. The reasons for the success of relational databases were their simplicity, the power of SQL, support for transaction management, concurrency control, and recovery management. Major Issues with Relational Databases The relational data model organizes data in rows and columns that are arranged in a tabular form. In the relational model, a row is known as a tuple which is a set of key-value pairs and a relation is a set of these tuples. All operations in SQL consume and return relations. This foundation based on relations provides a certain elegance and simplicity, but it also suffers some limitations. The values in a relational tuple have to be simple (atomic)—they cannot contain any structure, such as a nested record or a list. This limitation is not true for in-memory data structures, which can take on much richer structures than relations. As a result, if you want to use a richer in-memory data structure, you would have to translate it to a relational representation to store it on disk. This problem is known as impedance mismatch i.e. two different representations that require inter-translation as shown in Figure 15.2. The impedance mismatch is a major source of frustration for application developers. In the 1990s many experts believed that impedance mismatch would lead to relational databases being replaced with databases that replicate the in-memory data structures to disk.

About this research paper

What this paper is about

Chapter Objectives ✓ To discuss the major issues of relational databases ✓ To understand the need for NoSQL ✓ To comprehend the characteristics of NoSQL ✓ To understand different data models of NoSQL ✓ To understand the concept of the CAP theorem ✓ To discuss the future of NoSQL After about half a century of dominance of relational database, the current excitement about NoSQL databases comes as a big surprise. In this chapter, we'll explore the challenges faced by relational databases due to changing technological paradigms and why the current rise of NoSQL databases is not a flash in the pan. Let us start our discussion by looking at relational databases. The Rise of Relational Databases Dr E. F Codd proposed the relational model in 1969. It was soon adopted by the mainstream software industries due to its simplicity and efficiency replacing hierarchical and network models that were prevalent at that time. The timeline showing the rise of the relational model is depicted in Figure 15.1. The reasons for the success of relational databases were their simplicity, the power of SQL, support for transaction management, concurrency control, and recovery management. Major Issues with Relational Databases The relational data model organizes data in rows and columns that are arranged in a tabular form. In the relational model, a row is known as a tuple which is a set of key-value pairs and a relation is a set of these tuples. All operations in SQL consume and return relations. This foundation based on relations provides a certain elegance and simplicity, but it also suffers some limitations. The values in a relational tuple have to be simple (atomic)—they cannot contain any structure, such as a nested record or a list. This limitation is not true for in-memory data structures, which can take on much richer structures than relations. As a result, if you want to use a richer in-memory data structure, you would have to translate it to a relational representation to store it on disk. This problem is known as impedance mismatch i.e. two different representations that require inter-translation as shown in Figure 15.2. The impedance mismatch is a major source of frustration for application developers. In the 1990s many experts believed that impedance mismatch would lead to relational databases being replaced with databases that replicate the in-memory data structures to disk.

Why it matters

A significance statement is not available in the OpenAlex record.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

Chapter Objectives ✓ To discuss the major issues of relational databases ✓ To understand the need for NoSQL ✓ To comprehend the characteristics of NoSQL ✓ To understand different data models of NoSQL ✓ To understand the concept of the CAP theorem ✓ To discuss the future of NoSQL After about half a century of dominance of relational database, the current excitement about NoSQL databases comes as a big surprise. In this chapter, we'll explore the challenges faced by relational databases due to changing technological paradigms and why the current rise of NoSQL databases is not a flash in the pan. Let us start our discussion by looking at relational databases. The Rise of Relational Databases Dr E. F Codd proposed the relational model in 1969. It was soon adopted by the mainstream software industries due to its simplicity and efficiency replacing hierarchical and network models that were prevalent at that time. The timeline showing the rise of the relational model is depicted in Figure 15.1. The reasons for the success of relational databases were their simplicity, the power of SQL, support for transaction management, concurrency control, and recovery management. Major Issues with Relational Databases The relational data model organizes data in rows and columns that are arranged in a tabular form. In the relational model, a row is known as a tuple which is a set of key-value pairs and a relation is a set of these tuples. All operations in SQL consume and return relations. This foundation based on relations provides a certain elegance and simplicity, but it also suffers some limitations. The values in a relational tuple have to be simple (atomic)—they cannot contain any structure, such as a nested record or a list. This limitation is not true for in-memory data structures, which can take on much richer structures than relations. As a result, if you want to use a richer in-memory data structure, you would have to translate it to a relational representation to store it on disk. This problem is known as impedance mismatch i.e. two different representations that require inter-translation as shown in Figure 15.2. The impedance mismatch is a major source of frustration for application developers. In the 1990s many experts believed that impedance mismatch would lead to relational databases being replaced with databases that replicate the in-memory data structures to disk.

Key concepts: NoSQL, Big data, Computer science, Relational database, Database, Data science, Data mining

Related papers

Back to paper searchBrowse research topicsOriginal source
Big Data and NoSQL — Research Paper | ScholarLens