Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
True story of re-architecting website for scale...
Search
Sergejus
November 11, 2013
Technology
74
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
True story of re-architecting website for scale on Windows Azure
Sergejus
November 11, 2013
More Decks by Sergejus
See All by Sergejus
Bringing Developers to the Next Level
sergejusb
0
230
Continuous Happiness by Continuous Delivery
sergejusb
2
3.9k
Windows Azure from practical point of view
sergejusb
1
89
Windows Azure Web Sites: new cloud hosting offering
sergejusb
2
80
Intro to Big Data using Hadoop
sergejusb
2
140
Optimizing ASP.NET application performance: tough but necessary
sergejusb
2
71
Release Often, Release Safely
sergejusb
1
68
Web Scale with NoSQL
sergejusb
1
90
NoSQL – What’s that.pdf
sergejusb
1
78
Other Decks in Technology
See All in Technology
空間オーディオで過去の 自分(ゴースト)と競うランニング 〜HealthKitのルートを足音に変える実装〜
nao_randd
0
210
俺の仕事は AIに奪われないし、たぶんその BIも要らない
hikaruri
0
470
Issue 駆動でスペシャリストの意図を届ける、AI 実装のアクセシビリティ向上
thkt
0
110
今話題のAI「Jev」って何? 宇宙最速で学ぶ会
minorun365
PRO
21
12k
Reactの設計論
uhyo
24
13k
日経電子版を支えていく Kasane Design System/fec_fukuoka
nikkei_engineer_recruiting
0
1.5k
絵ではじめるKubernetesセキュリティ
aoi1
3
560
Snowflakeのコスト最適化を支えるアーキテクチャ設計
ktatsuya
1
1.6k
幾何アルゴリズムで なめらかなピン操作を / iOSDC Japan 2026 / smoothpin
kazumanagano
0
350
積み重なった技術負債への挑戦 〜初手としての全社ゴト化〜
techtekt
PRO
0
1.2k
AI時代の「技術的負債」の変質ー概念の終焉と再解釈、エージェントと共に向かう先
nwiizo
0
2.6k
TinyGo 開発サイクルを高速化する:Go で作るエミュレータ入門
zozotech
PRO
1
740
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
232
55k
Darren the Foodie - Storyboard
khoart
PRO
4
3.9k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
53k
My Coaching Mixtape
mlcsv
0
310
Information Architects: The Missing Link in Design Systems
soysaucechin
1
1.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
10k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
280
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building Adaptive Systems
keathley
44
3.2k
[RailsConf 2023] Rails as a piece of cake
palkan
59
7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.6k
Transcript
True story of re-architecting website for scale on Windows Azure
1,3 billion+ web transactions / day 3 datacenters / 300+
servers
Lithuanian-based startup 20K+ unique visitors per month can go viral
any day soon
HOSTING WINDOWS AZURE website, blog static content database photos Linux
| Apache | MySQL | PHP Linux | Nginx | FTP
~260K page views / month ~9K page views / day
~1K page views / hour ~0,2 page views / second 20K+ but spikes up-to 50 page views / second
Cloud gives more flexibility and scalability options Windows Azure is
Microsoft’s Cloud Platform BizSpark gives Windows Azure for free for 1 year Let’s move!
VIRTUAL MACHINE
HOSTING WINDOWS AZURE website, blog static content database photos Linux
| Apache | MySQL | PHP Linux | Nginx | FTP
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP Linux | Nginx | FTP
Dedicated VM for storing content is suboptimal in the cloud
Manual management & scaling No backups SCALING ISSUE #1
BLOB STORAGE
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP Linux | Nginx | FTP
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP HTTP
Static content on the same VM as website and blog
Different scalability targets Photos are part of static content SCALING ISSUE #2
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP HTTP
WINDOWS AZURE website, blog database static content Linux | Apache
| MySQL | PHP HTTP
Database on the same VM as website and blog Very
different scalability targets and strategies SCALING ISSUE #3
WINDOWS AZURE website, blog database static content Linux | Apache
| MySQL | PHP HTTP
WINDOWS AZURE database static content Linux | MySQL HTTP website,
blog Linux | Apache | PHP
Blog on the same VM as website Different scalability targets
SCALING ISSUE #4
WEBSITES
WINDOWS AZURE database static content Linux | MySQL HTTP website,
blog Linux | Apache | PHP
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
FURTHER SCALING
Website gets more requests than can handle SCALING ISSUE #5
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
Database gets more queries than can handle SCALING ISSUE #6
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
Read-only database gets more queries than can handle SCALING ISSUE
#7
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
Write-only database gets more queries than can handle SCALING ISSUE
#8
This is a nice issue to have Split write-only database
into shards with multiple read-only slaves for each shard accessed via layer of distributed cache
DEMO
WINDOWS AZURE database static content SQL Database HTTP blog IIS
| PHP
WINDOWS AZURE SERVICES
Windows Azure Virtual Machine for VMs Windows Azure Blob Storage
for static content Windows Azure Website for hosting web site WINDOWS AZURE
Windows Azure Service Bus for messaging Windows Azure Cache Service
for distributed caching Windows Azure Notification Hubs for push notification Windows Azure HDInsight for big data WINDOWS AZURE
WINDOWS AZURE DATA SERVICES SQL Database Storage HDInsight Cache Backup
Recovery Manager APP SERVICES Media Services Service Bus Notification Hubs BizTalk Services Active Directory Multi-Factor Auth NETWORK SERVICES Virtual Network Traffic Manager COMPUTE Virtual Machines Web Sites Mobile Services Cloud Services Pricing calculator: http://www.windowsazure.com/en-us/pricing/calculator/?scenario=full
None
None
None