SlideShare a Scribd company logo
Simple Cache Architecture
charsyam@naver.com
What is Cache?
Cache == Speed
Disk Accessing
is too late
Operation Time
is too long
Client
Business
Object
Memory
Disk
ClientClientClient
Client
Business
Object
Distributed
Cache
DB
ClientClientClient
Connect via
Business Object
Don’t Connect
Client between
DB directly
Distributed
Cache
Consistent Hashing
Proxy
Server
Server
Server
Server
Server
User Request
K = 10000 N = 5
Origin
Proxy
Server
Server
Server
Server
Server
User Request
K = 10000 N = 4
FAIL : Redistribution about 2000 Users
Proxy
Server
Server
Server
Server
Server
User Request
K = 10000 N = 5
RECOVER: Redistribution about 2500 Users
A
Add A,B,C Server
A
B
Add A,B,C Server
A
B
C
Add A,B,C Server
A
B
C
1
Add Item 1
A
B
C
1
2
Add Item 2
A
B
C
1
2
3
4
5
Add Item 3,4,5
A
B
C
2
3
4
5
Fail!! B Server
A
B
C
1
2
3
4
5
Add Item 1 Again -> Allocated C Server
A
B
C
1
2
3
4
5
1
Recover B Server -> Add Item 1
A
B
C
Real Implementation
A+1
A+2
A+3B+1
B+2
C+1
C+2
A+4
C+3
B+3
Mistake
A
DB Cache
B
Normal Step
1. A:DB:W 2. A:Cache:W3. B:DB:W
4. B:Cache:W
A
DB Cache
B
Race Condition Step
1. A:DB:W 3. B:Cache:W2. B:DB:W
4. A:Cache:W
Solution?
Global Lock?
CAS?
Thank You!

More Related Content

PPTX
Gearman & PHP
PDF
Appengine Java Night #2 Lt
PPT
Windows Server AppFabric
PDF
Apex Liberation: The Evolution of FlexQueues
PDF
Using amazon web services with cold fusion 11
PDF
Scaling HBase (nosql store) to handle massive loads at Pinterest by Jeremy Carol
PDF
JavaDay Lviv: Serverless Archtiectures
PDF
AWS Cloudfront Howto
Gearman & PHP
Appengine Java Night #2 Lt
Windows Server AppFabric
Apex Liberation: The Evolution of FlexQueues
Using amazon web services with cold fusion 11
Scaling HBase (nosql store) to handle massive loads at Pinterest by Jeremy Carol
JavaDay Lviv: Serverless Archtiectures
AWS Cloudfront Howto

What's hot (20)

PPTX
What's new in c# 8.0
PDF
Altitude NY 2018: Don't let the weeds overwhelm the garden
PPTX
Riga dev day: Lambda architecture at AWS
PDF
Flink Forward Berlin 2018: Steven Wu - "Failure is not fatal: what is your re...
PDF
Presentation tim numann
PPT
Parse Server Open Source
PDF
Behind the scenes of Scaleway Functions : when Kubernetes meets our products
PDF
MongoDB .local Bengaluru 2019: Becoming an Ops Manager Backup Superhero!
PDF
Heat optimization
PPTX
Cold fusion is racecar fast
PDF
Origins of Serverless
PPTX
Welcome Azure Functions 2. 0
PDF
Go With The Flow
PDF
Orchestrating workflows Apache Airflow on GCP & AWS
PPTX
Running Airflow Workflows as ETL Processes on Hadoop
PDF
Building a Data Pipeline using Apache Airflow (on AWS / GCP)
PDF
Cachopo - Scalable Stateful Services - Madrid Elixir Meetup
PPTX
SYNCING IN JAVASCRIPT: MULTI-CLIENT COLLABORATION THROUGH DATA SHARING (Steve...
PPTX
Enable IPv6 on Route53 AWS ELB, docker and node App
PPTX
Heat and its resources
What's new in c# 8.0
Altitude NY 2018: Don't let the weeds overwhelm the garden
Riga dev day: Lambda architecture at AWS
Flink Forward Berlin 2018: Steven Wu - "Failure is not fatal: what is your re...
Presentation tim numann
Parse Server Open Source
Behind the scenes of Scaleway Functions : when Kubernetes meets our products
MongoDB .local Bengaluru 2019: Becoming an Ops Manager Backup Superhero!
Heat optimization
Cold fusion is racecar fast
Origins of Serverless
Welcome Azure Functions 2. 0
Go With The Flow
Orchestrating workflows Apache Airflow on GCP & AWS
Running Airflow Workflows as ETL Processes on Hadoop
Building a Data Pipeline using Apache Airflow (on AWS / GCP)
Cachopo - Scalable Stateful Services - Madrid Elixir Meetup
SYNCING IN JAVASCRIPT: MULTI-CLIENT COLLABORATION THROUGH DATA SHARING (Steve...
Enable IPv6 on Route53 AWS ELB, docker and node App
Heat and its resources
Ad

Similar to Simple cache architecture (20)

PDF
Don’t give up, You can... Cache!
PPTX
Distributed Caching - Cache Unleashed
PDF
No sql presentation
PPTX
Cache Rules Everything Around Me - Momentum - October 2022.pptx
PDF
Caching principles-solutions
PPTX
Cache is your best friend
PDF
Dealing with Enterprise Level Data
PPTX
HTTP Caching.pptx
PPTX
CREAM - That Conference Austin - January 2024.pptx
PPT
Performance Optimization using Caching | Swatantra Kumar
PDF
Caching in Distributed Environment
PPTX
Cache Rules Everything Around Me - DevIntersection - December 2022
PDF
System design handwritten notes guidance
PDF
System Design.pdf
PPTX
Caching
PDF
Cache in Chromium: Disk Cache
PDF
Simple server side cache for Express.js with Node.js
PDF
Amazon SimpleDB
PPTX
Scale Your Data Tier With Windows Server App Fabric
PPTX
[Hanoi-August 13] Tech Talk on Caching Solutions
Don’t give up, You can... Cache!
Distributed Caching - Cache Unleashed
No sql presentation
Cache Rules Everything Around Me - Momentum - October 2022.pptx
Caching principles-solutions
Cache is your best friend
Dealing with Enterprise Level Data
HTTP Caching.pptx
CREAM - That Conference Austin - January 2024.pptx
Performance Optimization using Caching | Swatantra Kumar
Caching in Distributed Environment
Cache Rules Everything Around Me - DevIntersection - December 2022
System design handwritten notes guidance
System Design.pdf
Caching
Cache in Chromium: Disk Cache
Simple server side cache for Express.js with Node.js
Amazon SimpleDB
Scale Your Data Tier With Windows Server App Fabric
[Hanoi-August 13] Tech Talk on Caching Solutions
Ad

More from DaeMyung Kang (20)

PPTX
Count min sketch
PDF
PDF
Ansible
PDF
Why GUID is needed
PDF
How to use redis well
PPTX
The easiest consistent hashing
PDF
How to name a cache key
PDF
Integration between Filebeat and logstash
PDF
How to build massive service for advance
PDF
Massive service basic
PDF
Data Engineering 101
PDF
How To Become Better Engineer
PPTX
Kafka timestamp offset_final
PPTX
Kafka timestamp offset
PPTX
Data pipeline and data lake
PDF
Redis acl
PDF
Coffee store
PDF
Scalable webservice
PDF
Number system
PDF
webservice scaling for newbie
Count min sketch
Ansible
Why GUID is needed
How to use redis well
The easiest consistent hashing
How to name a cache key
Integration between Filebeat and logstash
How to build massive service for advance
Massive service basic
Data Engineering 101
How To Become Better Engineer
Kafka timestamp offset_final
Kafka timestamp offset
Data pipeline and data lake
Redis acl
Coffee store
Scalable webservice
Number system
webservice scaling for newbie

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Approach and Philosophy of On baking technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Cloud computing and distributed systems.
PPTX
sap open course for s4hana steps from ECC to s4
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Big Data Technologies - Introduction.pptx
Machine learning based COVID-19 study performance prediction
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The AUB Centre for AI in Media Proposal.docx
Encapsulation_ Review paper, used for researhc scholars
NewMind AI Weekly Chronicles - August'25 Week I
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Approach and Philosophy of On baking technology
Advanced methodologies resolving dimensionality complications for autism neur...
Spectral efficient network and resource selection model in 5G networks
Cloud computing and distributed systems.
sap open course for s4hana steps from ECC to s4
The Rise and Fall of 3GPP – Time for a Sabbatical?
Review of recent advances in non-invasive hemoglobin estimation
Understanding_Digital_Forensics_Presentation.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MIND Revenue Release Quarter 2 2025 Press Release
Per capita expenditure prediction using model stacking based on satellite ima...
Big Data Technologies - Introduction.pptx