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
30
NoSql Data DBs
ssinganamalla
June 24, 2017
Tweet
Share
More Decks by ssinganamalla
See All by ssinganamalla
ElasticSearch Overview
ssinganamalla
0
54
Graphite Overview
ssinganamalla
0
27
NoSqlDataTypes.pdf
ssinganamalla
0
26
Other Decks in Programming
See All in Programming
Reactの歴史を振り返る
tutinoko
1
180
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
250
AIのメモリー
watany
13
1.4k
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
150
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
130
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
38
11k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2k
Workers を定期実行する方法は一つじゃない
rokuosan
0
140
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.5k
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
12
3k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
740
Jakarta EE Meets AI
ivargrimstad
0
640
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
How STYLIGHT went responsive
nonsquared
100
5.7k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Designing for Performance
lara
610
69k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Site-Speed That Sticks
csswizardry
10
760
Become a Pro
speakerdeck
PRO
29
5.5k
What's in a price? How to price your products and services
michaelherold
246
12k
Writing Fast Ruby
sferik
628
62k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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