+ All Categories
Home > Documents > Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

Date post: 14-Jul-2015
Category:
Upload: anna-shymchenko
View: 121 times
Download: 0 times
Share this document with a friend
Popular Tags:
14
NoSQL DBMS review and non-relational approaches to store data 4 August 2014
Transcript
Page 1: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

NoSQL DBMS review and

non-relational approaches

to store data

4 August 2014

Page 2: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

2

Disclaimer

All content presented in this presentation are the views of the author and do not

claim to scientific credibility. Before you use any of the knowledge obtained during

the presentation is strongly recommended to check their authenticity, as well as

spend some objective testing. Content presentation can be changed at any time

at the request of the author.

4 August 2014

Page 3: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

34 August 2014

Became an expert in databases in 99 seconds

Page 4: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

44 August 2014

SQL vs NoSQL

Page 5: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

54 August 2014

SQL vs NoSQL

•History

•Why now?

•Pros and cons

Page 6: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

64 August 2014

What to choose?

Page 7: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

74 August 2014

CAP theorem

Page 8: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

84 August 2014

Data structures

used by NoSQL

DBMS

•Key-value (map) (redis)

•Column (cassandra)

•Document (mongodb, couchdb)

•Graph (orientdb)

Page 9: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

94 August 2014

Key - value

Page 10: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

104 August 2014

Column based

Page 11: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

114 August 2014

Document

Page 12: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

124 August 2014

Graph

Page 13: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

134 August 2014

Production

ready?

Page 14: Артем Логинов "NoSQL DBMSs review and non-relational approaches to store data"

144 August 2014

Questions?


Recommended