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
26
NoSqlDataTypes.pdf
ssinganamalla
June 24, 2017
Tweet
Share
More Decks by ssinganamalla
See All by ssinganamalla
ElasticSearch Overview
ssinganamalla
0
54
Graphite Overview
ssinganamalla
0
27
NoSql Data DBs
ssinganamalla
1
30
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
339
57k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Producing Creativity
orderedlist
PRO
347
40k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
For a Future-Friendly Web
brad_frost
180
9.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Making Projects Easy
brettharned
118
6.4k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Bash Introduction
62gerente
615
210k
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