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
NoSql Data DBs
Search
ssinganamalla
June 24, 2017
Programming
1
29
NoSql Data DBs
ssinganamalla
June 24, 2017
Tweet
Share
More Decks by ssinganamalla
See All by ssinganamalla
ElasticSearch Overview
ssinganamalla
0
50
Graphite Overview
ssinganamalla
0
23
NoSqlDataTypes.pdf
ssinganamalla
0
23
Other Decks in Programming
See All in Programming
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
1
520
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
720
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
330
rails statsで大解剖 🔍 “B/43流” のRailsの育て方を歴史とともに振り返ります
shoheimitani
2
930
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
4
250
Semantic Kernelのネイティブプラグインで知識拡張をしてみる
tomokusaba
0
180
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
330
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
4
1.1k
fs2-io を試してたらバグを見つけて直した話
chencmd
0
230
テスト自動化失敗から再挑戦しチームにオーナーシップを委譲した話/STAC2024 macho
ma_cho29
1
1.3k
CSC509 Lecture 14
javiergs
PRO
0
140
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
710
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
49
11k
The Cost Of JavaScript in 2023
addyosmani
45
7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Building Better People: How to give real-time feedback that sticks.
wjessup
365
19k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
Practical Orchestrator
shlominoach
186
10k
Facilitating Awesome Meetings
lara
50
6.1k
Site-Speed That Sticks
csswizardry
2
190
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
510
GraphQLとの向き合い方2022年版
quramy
44
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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
None