Download NoSQL Databases

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Extensible Storage Engine wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Database wikipedia , lookup

Clusterpoint wikipedia , lookup

Healthcare Cost and Utilization Project wikipedia , lookup

Relational model wikipedia , lookup

Database model wikipedia , lookup

Transcript
NoSQL Databases
NoSQL Concepts
SoftUni Team
Technical Trainers
Software University
http://softuni.bg
Table of Contents
1. NoSQL Databases

Overview

Non-Relational Data Models
2. Advantages of NoSQL
3. Disadvantages of NoSQL
4. Relational vs NoSQL Databases
5. When to use NoSQL?
2
NoSQL Databases
Overview, Models, Concepts, Examples
What is NoSQL Database?
 NoSQL
 Non-relational database
 Schema-free document storage
 Still support indexing, querying and CRUD operations
 Still supports concurrency
and transactions
 Can have nested values
 Highly optimized for append / retrieve
 Great performance and scalability
 NoSQL == “No SQL” or “Not Only SQL”?
4
Non-Relational Data Models
Non-Relational Data Models
 Document model
 Set of documents, e.g. JSON strings
 Key-value model
 Set of key-value pairs
 Column model
 Stores data tables as sections of columns of data
 Graph model
 Use a graph structure
6
Document Model
 Implementations of the
document model may include:
 Collections
 Tags
 Non-visible metadata
 Directory hierarchies
 Buckets
Name: Svetlin Nakov
Gender: male
Phone: +359899123456
Address:
- Street: Tintyava 15-17
- Post Code: 1113
- Town: Sofia
- Country: Bulgaria
Email: [email protected]
Site: https://softuni.bg
7
Key-Value Model
 Data is stored in unstructured records
 Records consist key + the values associated with that record
 Not adequate for complex apps
 The simplest form of DBMS
8
Column Model
 Stores data tables as sections of columns of data rather than as
rows of data
 Has advantages for:
 Data warehouses
 CRM
 HOC systems
 More efficient in computation over many rows
9
Graph Model
 Graph databases employ nodes, edges and properties
 Based on graph theory
 Nodes represent entities
 Edges are the lines that connect nodes to nodes
 Properties are pertinent information that relate to nodes
10
Advantages of NoSQL
 Cheap and easy to implement
 Data are replicated and can be partitioned
 Easy to distribute
 Don't require a schema
 Can Scale up and down
 Quickly process large amounts of data
11
Disadvantages of NoSQL
 Data is generally duplicated, potential for inconsistency
 No standardized schema
 No standard format for queries
 No standard language
 Difficult to impose complicated structures
 Depend on the application layer to enforce data integrity
 No guarantee of support
12
Relational vs. NoSQL Databases
 Relational databases
 Data stored as table rows
 Relationships between related rows
 Single entity spans multiple tables
 RDBMS are very mature, rock solid
 NoSQL databases
 Data stored as documents or other values
 Single entity (document) is a single record
 Documents do not have a fixed structure
13
Relational vs. NoSQL Models
Relational Model
Document Model
Name
Svetlin Nakov
Gender
male
Phone
+359988123456
Gender: male
Email
[email protected]
Phone: +359899123456
Site
http://softuni.bg
*
1
Tintyava 15-17
Address:
Street
Post Code
Town
Country
1113
*
1
Sofia
*
1
Bulgaria
Name: Svetlin Nakov
- Street: Tintyava 15-17
- Post Code: 1113
- Town: Sofia
- Country: Bulgaria
Email: [email protected]
Site: https://softuni.bg/
14
When to use NoSQL?
 The data is not structured or structure is changing
 You need to have a denormalized representation of your data
 You need massive write performance
 You need fast key-value access
 You need flexible schema/data types
 You need schema migration
 You need easier maintainability
http://highscalability.com/.../what-the-heck-are-you-actually-using-nosql-for.html
15
Summary
1. How column-oriented databases store data?
2. What are the main elements of graph model?
3. What are the main 3 advantages of NoSQL?
4. What are the main 3 disadvantages of NoSQL?
5. When to use NoSQL?
16
NoSQL Databases
?
https://softuni.bg/courses/databases
License
 This course (slides, examples, demos, videos, homework, etc.)
is licensed under the "Creative Commons AttributionNonCommercial-ShareAlike 4.0 International" license
 Attribution: this work may contain portions from

"Databases" course by Telerik Academy under CC-BY-NC-SA license
18
Free Trainings @ Software University
 Software University Foundation – softuni.org
 Software University – High-Quality Education,
Profession and Job for Software Developers

softuni.bg
 Software University @ Facebook

facebook.com/SoftwareUniversity
 Software University @ YouTube

youtube.com/SoftwareUniversity
 Software University Forums – forum.softuni.bg