-
Notifications
You must be signed in to change notification settings - Fork 253
Overview
smadappa edited this page Feb 12, 2013
·
13 revisions
In most applications there is some amount of data that will be frequently used. Some of this data is transient and can be recalculated, while other data will need to be fetched from the database or a middle tier service. In the Netflix cloud architecture we use caching extensively to offset some of these operations.
The advantages of caching are:
- Faster response time compared to data being fetched from source/database
- Reduces the number of servers needed to handle the requests
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Twitter @EVCacheOSS | Jobs