Big Data Finance T8 2 CHOI NEOMA Ch7 2024
Big Data Finance T8 2 CHOI NEOMA Ch7 2024
Big Data Finance T8 2 CHOI NEOMA Ch7 2024
Topic 8B
Hyung-Eun Choi
1 / 10
7.1 Introduction
2 / 10
7.1 Introduction (Cont.)
3 / 10
7.1 Introduction (Cont.)
4 / 10
7.1 Introduction (Cont.)
5 / 10
7.1 Introduction (Cont.)
6 / 10
7.2 Key Insights for Big Data Storage
7 / 10
7.2 Key Insights for Big Data Storage (Cont.)
8 / 10
7.3 Social and Economic Impact of Big Data Storage
9 / 10
7.4. Big Data Storage State-of-the-Art
7.4.1.1 NoSQL Databases
NoSQL databases are designed for scalability, often by
sacrificing consistency.
Compared to relational databases, they often use low-level,
non-standardized query interfaces, which make them more
difficult to integrate in existing applications that expect an SQL
interface.
NoSQL database models:
Key-Value Stores: Key-value stores allow storage of data in a
schema-less way, i.e., Hadoop.
Columnar Stores: stores data tables as sections of columns of
data rather than as rows of data, like most relational DBMSs.
Document Databases: Semi-structured document, i.e., XML
or JSON
Graph Databases: stores data in graph structures making
them suitable for storing highly associative data such as social
network graphs, i.e., Neo4J
10 / 10