Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
NoSqlDataTypes.pdf
Search
ssinganamalla
June 24, 2017
0
23
NoSqlDataTypes.pdf
ssinganamalla
June 24, 2017
Tweet
Share
More Decks by ssinganamalla
See All by ssinganamalla
ElasticSearch Overview
ssinganamalla
0
50
Graphite Overview
ssinganamalla
0
23
NoSql Data DBs
ssinganamalla
1
29
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Become a Pro
speakerdeck
PRO
26
5k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
A Tale of Four Properties
chriscoyier
157
23k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Building Adaptive Systems
keathley
38
2.3k
The Invisible Side of Design
smashingmag
298
50k
How to Ace a Technical Interview
jacobian
276
23k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
0
97
Transcript
NoSQL Store Types SRINIVAS SINGANAMALLA
RDBMS à NoSql Name Number of Zeros billion 9 (1,000,000,000)
trillion 12 (1,000,000,000,000) quadrillion 15 (1,000,000,000,000,000) quintillion 18 (1,000,000,000,000,000,000)
NoSQL Storage Types Key-value Document Column Graph
Key Value Store Key Value S72wh_txt Anderson Cooper;CNN;Newshour Tonight; 900PM
EST; Fhsk_img 010101010001001010001010000100010010001000001001110 2187_xml <baby> <name>Singanamalla</name> <weight>7 lb</weight> <time>Jan 25th, 11: 18 am</time> </baby>
Key-value Store Simple and Blazing Fast Used in Distributed ◦
Caching ◦ Session
Document Store Get me all the documents with likes: 10
Document Store Flexible Schema Works well with MEAN Stack Favorite
among Startups
Column Family (Bigtable) Champion of BigData Highly scalable Preserve the
RDBMS table structure
Column Family Columns msg hello date 12-23-2008 likes 10 Column
1 Column 2 Column 3 Row Key 20021 1486172607 1486172607 1486172000
Graph Based on Nodes and Relationships and Properties Schema Free
Example: Social Networks
Graph Blog Comments User User createdby postedby part of
Comparison RDBMS Graph Database Tables Graphs Rows Nodes Columns and
Data Properties and its values Constraints Relationships Joins Traversal
http://www.vikramtakkar.com/2015/12/nosql-types-of-nosql-database-part-2.html
Nested Documents
DataStax Benchmark