Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Introduction to mongodb's features and internals
flaper87
July 31, 2013
Technology
1
560
Introduction to mongodb's features and internals
flaper87
July 31, 2013
Tweet
Share
More Decks by flaper87
See All by flaper87
Inheriting code… and I don’t mean classes
flaper87
0
160
Don't try to look smart, be smart
flaper87
0
120
Keeping up with the pace of a fast growing community without dying
flaper87
0
120
A walk to remember: Debugging a distributed system failure
flaper87
0
170
Managing requirements for a many-thousands contributors software
flaper87
0
35
Fast-forward to today's Zaqar
flaper87
0
69
Breaking Backwards Compatibility: The easy way
flaper87
1
92
A functional view to Rust
flaper87
1
85
Rust - A walk to concurrency
flaper87
3
530
Other Decks in Technology
See All in Technology
エンジニアと気軽に繋がれるプラットフォーム「ハッカー飯」で行った セキュリティ・モニタリングに関する取り組みについて
nobuakikikuchi
0
350
暗号資産ウォレット入門(MetaMaskの入門~NFTの購入~詐欺の注意事項など)
kayato
2
180
【OCHaCafe#5】その Pod 突然落ちても大丈夫ですか?
k6s4i53rx
1
120
Kubernetesの上に作る、統一されたマイクロサービス運用体験
tkuchiki
1
760
実験!カオスエンジニアリング / How to Chaos Engineering
oracle4engineer
PRO
0
140
組織でPower Virtual Agentsを導入するために知っておきたいこと
miyakemito
0
1.6k
OSS ことはじめ
hsbt
3
450
Babylon.js で簡単 WebXR
yuhara0928
2
990
Google Cloud Updates 2022/04/01 - 2022/04/15
no24oka
1
110
LINE WORKS API 2.0について
mmclsntr
0
100
ニフティでSRE推進活動を始めて取り組んできたこと
niftycorp
2
220
エンタープライズにおけるSRE立ち上げとNew Relic選定に至った背景とは / SRE Startup and New Relic in the Enterprise
tomoyakitaura
2
140
Featured
See All Featured
What the flash - Photography Introduction
edds
61
9.9k
Building Adaptive Systems
keathley
25
1.1k
Navigating Team Friction
lara
175
11k
Making Projects Easy
brettharned
98
4.3k
Automating Front-end Workflow
addyosmani
1351
200k
The Brand Is Dead. Long Live the Brand.
mthomps
45
2.7k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
100
5.9k
Writing Fast Ruby
sferik
612
57k
A better future with KSS
kneath
225
15k
Build your cross-platform service in a week with App Engine
jlugia
219
17k
What’s in a name? Adding method to the madness
productmarketing
11
1.5k
Become a Pro
speakerdeck
PRO
3
770
Transcript
Introduction to MongoDB's features and internals
@flaper87 Tech Talk We'll go through: What is MongDB ?
Wait, did you say NoSQL ? Explore the past, understand the present Dive into its internals Other features Random Thoughts
Who's this dude? @flaper87 (a.k.a, Flavio Percoco): Very proud Red
Hatter, who's also part of the MongoDB Master team and has contributed to Open Source since... forever. One of those who thinks about programming when he's not programming. member of
Tech Talk @flaper87 What is MongoDB ?
Tech Talk @flaper87 What is MongoDB ? - GNU Affero
General Public License - NoSQL Database - Document Oriented - JSON-style records (BSON, actually)
@flaper87 Tech Talk Wait, Did you say NoSQL ?
@flaper87 Tech Talk Schema-less NoSQL ? which doesn't mean YOU
shouldn't have one
@flaper87 Tech Talk Non relational Schema-less NoSQL ? Weak-reference support
with DBRef
@flaper87 Tech Talk Horizontally scalable Non relational Schema-less NoSQL ?
@flaper87 Tech Talk (E)CP Horizontally scalable Non relational Schema-less NoSQL
? (Eventually) Consistent – Partition Tollerant
@flaper87 Tech Talk Huge amount of data (E)CP Horizontally scalable
Non relational Schema-less NoSQL ?
@flaper87 Tech Talk Explore the past, understand the present
@flaper87 Tech Talk Explore the past, understand the present @flaper87
Red Hat Confidential Tech Talk It wasn't exactly a database
@flaper87 Tech Talk Explore the past, understand the present @flaper87
Red Hat Confidential Tech Talk From PaaS to Databases - It wasn't exactly a database Open sourced in 2009
@flaper87 Tech Talk Explore the past, understand the present @flaper87
Red Hat Confidential Tech Talk March 2010, Version 1.4 - From PaaS to Databases - It wasn't exactly a database Production ready
Tech Talk @flaper87 Dive B-Tree Indexes
Tech Talk @flaper87 Dive One index per query
Tech Talk @flaper87 Dive Readers – Writer Lock Per database
Tech Talk @flaper87 Dive MMAP LRU'd Virtual Memory
Tech Talk @flaper87 Dive v8 Since version 2.4
@flaper87 Tech Talk Other Features
@flaper87 Tech Talk Other Features Map / Reduce
@flaper87 Tech Talk Other Features Aggregation Framework
@flaper87 Tech Talk Other Features Full-Text Indexes
@flaper87 Tech Talk Other Features Geo Spatial Indexes
@flaper87 Tech Talk Other Features GridFS
Tech Talk @flaper87 Random Thoughts It's not a sliver bullet,
just a bullet Define your schema Create indexes, wisely It's not a search engine GridFS is Cool ™
Tech Talk @flaper87 Q&A Thanks http:/ /www.mongodb.org/